From 53daa12a013aac9d3a55721f20754ee7367e8cce Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Sat, 20 Jan 2024 11:35:57 +0000 Subject: [PATCH] Fix EEPROM.h inclusion error --- Utilities.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities.h b/Utilities.h index a3597a4..fe61b7c 100644 --- a/Utilities.h +++ b/Utilities.h @@ -13,6 +13,8 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#include "Config.h" + #if HAS_EEPROM #include #elif PLATFORM == PLATFORM_NRF52 @@ -20,7 +22,6 @@ int written_bytes = 0; #endif #include -#include "Config.h" #include "LoRa.h" #include "ROM.h" #include "Framing.h"