fix LOPY4 include error antenna_init()
This commit is contained in:
parent
71aa55863b
commit
423fff1fef
@ -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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user