Skip to content

Commit 3dd1819

Browse files
committed
extras: update include file
1 parent 02fafe6 commit 3dd1819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/tests/rollover-generic/rollover-generic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Test timer rollover handling
33
*/
44

5-
#include <timer.h>
5+
#include <arduino-timer.h>
66

77
unsigned long wrapping_millis();
88

extras/tests/rollover/rollover.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
#include <util/atomic.h>
6-
#include <timer.h>
6+
#include <arduino-timer.h>
77

88
auto timer = timer_create_default();
99

0 commit comments

Comments
 (0)