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