We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcf9b3 commit a930b41Copy full SHA for a930b41
examples/timedBlink/timedBlink.ino
@@ -14,7 +14,7 @@
14
static int const LED_BUILTIN = 2;
15
#endif
16
17
-TimedAttempt blink(500, 1000);
+tattempt::TimedAttempt blink(500, 1000);
18
19
void setup() {
20
pinMode(LED_BUILTIN, OUTPUT);
0 commit comments