controller-legacy/include/constants.h

6 lines
103 B
C
Raw Normal View History

2020-04-13 22:50:55 +00:00
#define SECONDS_PER_DAY 86400 // 60 * 60 * 24
#define SECONDS_PER_MINUTE 60
2020-04-16 19:19:56 +00:00
#define POLL_FDS_COUNT 2