sly1/include/alarm.h
2024-07-01 17:52:20 +00:00

11 lines
104 B
C

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