From 7409fc0ce53dfb9b03832b3e2710abe000cccc76 Mon Sep 17 00:00:00 2001 From: Vitor_Boss Date: Sun, 3 Mar 2019 01:52:14 -0300 Subject: [PATCH] add a missing include --- speeduino/updates.ino | 2 ++ 1 file changed, 2 insertions(+) diff --git a/speeduino/updates.ino b/speeduino/updates.ino index 6873f21f..4cbc7d31 100644 --- a/speeduino/updates.ino +++ b/speeduino/updates.ino @@ -8,6 +8,8 @@ #include "storage.h" #if defined(CORE_SAMD21) #include "src/FlashStorage/FlashAsEEPROM.h" +#elif defined(CORE_STM32) + #include #else #include #endif