From: jacob.eva Date: Sat, 20 Jan 2024 11:35:57 +0000 (+0000) Subject: Fix EEPROM.h inclusion error X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=53daa12a013aac9d3a55721f20754ee7367e8cce;p=lora-radio.git Fix EEPROM.h inclusion error --- 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"