From 423fff1fef9858c37258d09a94e2957b154fb525 Mon Sep 17 00:00:00 2001 From: cyberman54 Date: Mon, 26 Apr 2021 10:43:02 +0200 Subject: [PATCH] fix LOPY4 include error antenna_init() --- include/main.h | 1 + include/rcommand.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/main.h b/include/main.h index 7530312f..b41c901a 100644 --- a/include/main.h +++ b/include/main.h @@ -23,5 +23,6 @@ #include "boot.h" #include "libpax_helpers.h" #include "power.h" +#include "antenna.h" #endif \ No newline at end of file diff --git a/include/rcommand.h b/include/rcommand.h index ae4a62f2..75689597 100644 --- a/include/rcommand.h +++ b/include/rcommand.h @@ -12,6 +12,7 @@ #include "timekeeper.h" #include "timesync.h" #include "power.h" +#include "antenna.h" // maximum number of elements in rcommand interpreter queue #define RCMD_QUEUE_SIZE 5