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