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