mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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…
Reference in New Issue
Block a user