mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/periph/pm: print some output on alarm
This commit is contained in:
parent
7832253f39
commit
8ed05a68e1
@ -82,6 +82,7 @@ static void cb_rtc(void *arg)
|
||||
int level = (int)arg;
|
||||
|
||||
pm_block(level);
|
||||
puts("RTC alarm");
|
||||
}
|
||||
|
||||
static void cb_rtc_puts(void *arg)
|
||||
|
Loading…
Reference in New Issue
Block a user