oops missed the use of #ifdef ARDUINO_SAMD_ZERO

This commit is contained in:
Alex Shepherd
2023-02-08 00:12:21 +13:00
parent 02be948ed2
commit 5b681f49de

View File

@@ -47,7 +47,7 @@
//------------------------------------------------------------------------
#include "NmraDcc.h"
#ifdef __SAMD21G18A__
#ifdef ARDUINO_SAMD_ZERO
#include <FlashStorage_SAMD.h>
#else
#include "EEPROM.h"