]> git.tnoah.ca Git - lora-radio.git/commitdiff
Fixed nRF build include
authorMark Qvist <mark@unsigned.io>
Wed, 14 Feb 2024 14:19:04 +0000 (15:19 +0100)
committerMark Qvist <mark@unsigned.io>
Wed, 14 Feb 2024 14:19:04 +0000 (15:19 +0100)
Boards.h
Release/console_image.bin

index 338543187d788b1fac0b4b607ef9a1b4f1083d80..9bf8a69f4794a264ff1288aa106c717b0a5af2a7 100644 (file)
--- a/Boards.h
+++ b/Boards.h
@@ -14,7 +14,6 @@
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 #include "Modem.h"
-#include <variant.h>
 
 #ifndef BOARDS_H
   #define BOARDS_H
@@ -53,6 +52,7 @@
     #define PLATFORM PLATFORM_ESP32
     #define MCU_VARIANT MCU_ESP32
   #elif defined(NRF52840_XXAA)
+    #include <variant.h>
     #define PLATFORM PLATFORM_NRF52
     #define MCU_VARIANT MCU_NRF52
   #else
index ac329298fae33f53a16d18456700857df6c875e9..b7116ca6da78aa5ee630b87cd399db674a868ac9 100644 (file)
Binary files a/Release/console_image.bin and b/Release/console_image.bin differ