Skip to content

Commit a173957

Browse files
using correct namespace for TimedAttempt class
1 parent ca426f5 commit a173957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/timedBlink/timedBlink.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
static int const LED_BUILTIN = 2;
1515
#endif
1616

17-
TimedAttempt blink(500, 1000);
17+
tattemp::TimedAttempt blink(500, 1000);
1818

1919
void setup() {
2020
pinMode(LED_BUILTIN, OUTPUT);

0 commit comments

Comments
 (0)