From 3a1e52589e38f59d863d9b28953a5db990c392a7 Mon Sep 17 00:00:00 2001 From: midilab Date: Tue, 9 May 2023 05:24:50 -0400 Subject: [PATCH] fix missing AVR platform include --- src/uClock.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/uClock.cpp b/src/uClock.cpp index b03a50d..a6f8c8a 100755 --- a/src/uClock.cpp +++ b/src/uClock.cpp @@ -27,6 +27,12 @@ */ #include "uClock.h" +// +// General Arduino AVRs port +// +#if defined(ARDUINO_ARCH_AVR) + #include "platforms/avr.h" +#endif // // Teensyduino port //