Skip to content

Commit 7aaec26

Browse files
V1.7.03 - Updates
- Moved timer functions into main folder cause Arduino IDE can't handle subfolders...
1 parent 07dd886 commit 7aaec26

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

Software/Arduino code/OpenAstroTracker/InterruptCallback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define USE_TIMER_3 false
1616
#define USE_TIMER_4 false
1717
#define USE_TIMER_5 false
18-
#include "Timers/TimerInterrupt.h"
18+
#include "TimerInterrupt.h"
1919
#else
2020
// Need to add support for ESP32 boards here
2121

0 commit comments

Comments
 (0)