1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

Compilation fix

This commit is contained in:
Bertrand Songis 2015-10-11 23:24:22 +02:00
parent 48a11f63ea
commit 637d20a66d
2 changed files with 7 additions and 2 deletions

View file

@ -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)