Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit f84f121

Browse files
authored
v1.0.1
### Releases v1.0.1 1. Initial coding for Nano-33-BLE and sync with [**NRF52_TimerInterrupt Library**](https://github.com/khoih-prog/NRF52_TimerInterrupt)
1 parent deeb73a commit f84f121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ISR_16_Timers_Array/ISR_16_Timers_Array.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ void simpleTimerDoingSomething2s()
276276

277277
unsigned long currMillis = millis();
278278

279-
Serial.printf("SimpleTimer : %ds, ms = %lu, Dms : %lu\n", SIMPLE_TIMER_MS / 1000, currMillis, currMillis - previousMillis);
279+
Serial.printf("SimpleTimer : %lus, ms = %lu, Dms : %lu\n", SIMPLE_TIMER_MS / 1000, currMillis, currMillis - previousMillis);
280280

281281
for (int i = 0; i < NUMBER_ISR_TIMERS; i++)
282282
{

0 commit comments

Comments
 (0)