mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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 */
|