mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-27 15:31:17 +01:00
shell: fix rtc alarm handler
This commit is contained in:
parent
3b42fae668
commit
d0bd218226
@ -29,7 +29,7 @@
|
||||
|
||||
#include "periph/rtc.h"
|
||||
|
||||
int _alarm_handler(void *arg)
|
||||
static void _alarm_handler(void *arg)
|
||||
{
|
||||
(void) arg;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user