There was an error while loading. Please reload this page.
1 parent e2c6433 commit 78cc5aeCopy full SHA for 78cc5ae
cores/arduino/wiring.cpp
@@ -36,7 +36,7 @@ static mbed::Timer timer;
36
#else
37
// Fallback for devices which don't support
38
// a low power ticker.
39
- static mbed::Timer lowPowerTimer;
+ static mbed::Timer& lowPowerTimer = timer;
40
#endif
41
42
unsigned long millis()
0 commit comments