Skip to content

Commit c573e70

Browse files
authored
#include <ephemera_common.h>
Arduino IDE gets confused and doesn't include #include <time.h> unless the #include <ephemera_common.h> is added.
1 parent 84f2ea1 commit c573e70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/GoldilocksAnalogueTestSuite/GoldilocksAnalogueTestSuite.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <timers.h>
2525

2626
// From Library: AVR Standard C Time Library
27+
#include <ephemera_common.h>
2728
#include <time.h>
2829

2930
// From Library: Goldilocks Analogue DAC Library

0 commit comments

Comments
 (0)