sly1/include/alarm.h
2024-07-07 20:53:08 +00:00

14 lines
132 B
C

/**
* @file alarm.h
*
* @brief Alarm system.
*/
#ifndef ALARM_H
#define ALARM_H
#include "common.h"
// ...
#endif // ALARM_H