1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:49:45 +01:00

Merge pull request #21023 from benpicco/tests/periph/pm-alarm

tests/periph/pm: print some output on alarm
This commit is contained in:
Marian Buschsieweke 2024-11-21 22:14:35 +00:00 committed by GitHub
commit 9801ca5dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)