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"