fix missing AVR platform include

pull/22/head
midilab 1 year ago
parent 152943f514
commit 3a1e52589e
  1. 6
      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
//

Loading…
Cancel
Save