mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Compilation fix
This commit is contained in:
parent
48a11f63ea
commit
637d20a66d
2 changed files with 7 additions and 2 deletions
|
@ -40,9 +40,10 @@
|
|||
#include <inttypes.h>
|
||||
#include "rtc.h"
|
||||
#include "dump.h"
|
||||
#include "serial.h"
|
||||
#if defined(CLI)
|
||||
#include "cli.h"
|
||||
#elif defined(CPUARM)
|
||||
#include "serial.h"
|
||||
#endif
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue