mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Compilation fixes
This commit is contained in:
parent
e47603dcf7
commit
6676e98a92
6 changed files with 18 additions and 13 deletions
|
@ -311,12 +311,6 @@ void memswap(void * a, void * b, uint8_t size);
|
|||
#include "fifo.h"
|
||||
#include "io/frsky_sport.h"
|
||||
|
||||
extern volatile tmr10ms_t g_tmr10ms;
|
||||
static inline tmr10ms_t get_tmr10ms()
|
||||
{
|
||||
return g_tmr10ms;
|
||||
}
|
||||
|
||||
#if defined(CLI)
|
||||
#include "cli.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue