fix LOPY4 include error antenna_init()

This commit is contained in:
cyberman54 2021-04-26 10:43:02 +02:00
parent 71aa55863b
commit 423fff1fef
2 changed files with 2 additions and 0 deletions

View File

@ -23,5 +23,6 @@
#include "boot.h" #include "boot.h"
#include "libpax_helpers.h" #include "libpax_helpers.h"
#include "power.h" #include "power.h"
#include "antenna.h"
#endif #endif

View File

@ -12,6 +12,7 @@
#include "timekeeper.h" #include "timekeeper.h"
#include "timesync.h" #include "timesync.h"
#include "power.h" #include "power.h"
#include "antenna.h"
// maximum number of elements in rcommand interpreter queue // maximum number of elements in rcommand interpreter queue
#define RCMD_QUEUE_SIZE 5 #define RCMD_QUEUE_SIZE 5