1
0
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:
Benjamin Valentin 2024-11-21 14:55:57 +01:00
parent 7832253f39
commit 8ed05a68e1

View File

@ -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)