mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #2737 from authmillenon/shell/fix/alarm_handler
shell: fix rtc alarm handler
This commit is contained in:
commit
dbd4475bfe
@ -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