From 04be8fdba300c4e5a9ca6a06784daffb7224a184 Mon Sep 17 00:00:00 2001 From: GeminiServer Date: Mon, 16 Mar 2020 12:01:45 +0100 Subject: [PATCH] Fixed - configuration include header --- workspace/TS100/Core/Src/Settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/TS100/Core/Src/Settings.cpp b/workspace/TS100/Core/Src/Settings.cpp index 038b34d2..e34ef4f2 100644 --- a/workspace/TS100/Core/Src/Settings.cpp +++ b/workspace/TS100/Core/Src/Settings.cpp @@ -10,6 +10,7 @@ #include "Settings.h" #include "Setup.h" +#include "../../configuration.h" #define FLASH_ADDR \ (0x8000000 | \ 0xFC00) /*Flash start OR'ed with the maximum amount of flash - 1024 bytes*/