1
0
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:
Martine Lenders 2015-03-29 20:54:35 +02:00
parent 3b42fae668
commit d0bd218226

View File

@ -29,7 +29,7 @@
#include "periph/rtc.h"
int _alarm_handler(void *arg)
static void _alarm_handler(void *arg)
{
(void) arg;