mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
96 B
C
7 lines
96 B
C
|
#ifndef __ALARM_APP_H
|
||
|
#define __ALARM_APP_H
|
||
|
|
||
|
int alarm_app_init();
|
||
|
|
||
|
#endif /* __ALARM_APP_H */
|