From: Mark Qvist Date: Wed, 14 Feb 2024 14:19:04 +0000 (+0100) Subject: Fixed nRF build include X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=10c58e16b0bbb03b63e91aa7964ea0dd5a7ac14f;p=lora-radio.git Fixed nRF build include --- diff --git a/Boards.h b/Boards.h index 3385431..9bf8a69 100644 --- a/Boards.h +++ b/Boards.h @@ -14,7 +14,6 @@ // along with this program. If not, see . #include "Modem.h" -#include #ifndef BOARDS_H #define BOARDS_H @@ -53,6 +52,7 @@ #define PLATFORM PLATFORM_ESP32 #define MCU_VARIANT MCU_ESP32 #elif defined(NRF52840_XXAA) + #include #define PLATFORM PLATFORM_NRF52 #define MCU_VARIANT MCU_NRF52 #else diff --git a/Release/console_image.bin b/Release/console_image.bin index ac32929..b7116ca 100644 Binary files a/Release/console_image.bin and b/Release/console_image.bin differ