1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/projects/watch/alarm_app.h

7 lines
96 B
C
Raw Normal View History

#ifndef __ALARM_APP_H
#define __ALARM_APP_H
int alarm_app_init();
#endif /* __ALARM_APP_H */