Create global 'time' variable which holds RTC value

This commit is contained in:
2020-11-19 22:03:35 +01:00
parent ca61a84220
commit 29c593c2a4
9 changed files with 46 additions and 46 deletions

View File

@@ -5,6 +5,6 @@
#include "time.h"
void nightm_config(struct NIGHTM_CFG* cfg);
void nightm_handle(struct TIME_HMS* curr_time);
void nightm_handle(void);
#endif