add a missing include
This commit is contained in:
parent
191f7b2b3e
commit
7409fc0ce5
|
@ -8,6 +8,8 @@
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
#if defined(CORE_SAMD21)
|
#if defined(CORE_SAMD21)
|
||||||
#include "src/FlashStorage/FlashAsEEPROM.h"
|
#include "src/FlashStorage/FlashAsEEPROM.h"
|
||||||
|
#elif defined(CORE_STM32)
|
||||||
|
#include <Fram.h>
|
||||||
#else
|
#else
|
||||||
#include <EEPROM.h>
|
#include <EEPROM.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue