Nuvoton
/
NuMaker-mbed-tickless-example
NuMaker tickless example
Diff: wakeup_rtc.cpp
- Revision:
- 5:fdfb7a10cc59
- Parent:
- 4:da41f0e17d5a
- Child:
- 10:d2e2c79389e1
--- a/wakeup_rtc.cpp Wed Sep 20 14:26:46 2017 +0800 +++ b/wakeup_rtc.cpp Thu Sep 28 16:24:04 2017 +0800 @@ -35,7 +35,7 @@ void config_rtc_wakeup(void) { - static Thread thread_rtc; + static Thread thread_rtc(osPriorityNormal, 2048); Callback<void()> callback(&rtc_loop); thread_rtc.start(callback);