diff --git a/settings.cpp b/settings.cpp index a17ea65..16fd2d1 100644 --- a/settings.cpp +++ b/settings.cpp @@ -2,8 +2,8 @@ #include #include #include //only needed for debugging's Serial.print stuff +#include "nano_gui.h"//redrawVFOs() function #include "settings.h" -#include "ubitx.h"//redrawVFOs() function /** * These are the "magic" indices where these user changable settinngs are stored in the EEPROM diff --git a/settings.h b/settings.h index a87f08f..7c0caf1 100644 --- a/settings.h +++ b/settings.h @@ -12,6 +12,8 @@ #pragma once +#include //uint8_t etc. + /* * Loads default values for all settings */