Skip to content

Commit a930b41

Browse files
using correct namespace for TimedAttempt class
1 parent 5bcf9b3 commit a930b41

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+
tattempt::TimedAttempt blink(500, 1000);
1818

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

0 commit comments

Comments
 (0)