We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14cea8 commit 062360dCopy full SHA for 062360d
src/AceTime.h
@@ -22,8 +22,12 @@
22
// >= 1.8.10. Boards using arduino:samd <= 1.8.9 or SparkFun:samd are fine.
23
#if defined(ARDUINO_ARCH_MEGAAVR)
24
#error MegaAVR not supported, https://github.com/bxparks/AceTime/issues/44
25
+
26
#elif defined(ARDUINO_ARCH_SAMD) && defined(ARDUINO_API_VERSION)
27
#error SAMD21 with arduino:samd >= 1.8.10 not supported, https://github.com/bxparks/AceTime/issues/45
28
29
+#elif defined(ARDUINO_API_VERSION)
30
+#error Platforms using ArduinoCore-API not supported
31
#endif
32
33
#include "ace_time/common/compat.h"
0 commit comments