Optimizing

This commit is contained in:
2022-01-10 22:30:48 -08:00
parent cc9e50c4ab
commit 18260920b4
19 changed files with 135 additions and 94 deletions

View File

@@ -21,5 +21,5 @@ extern uint16_t TIME_CURRENT;
extern uint16_t TIME_FUTURE;
extern uint8_t TIME_FUTURE_TYPE;
void timeInit();
void timeUpdate();
inline void timeInit();
inline void timeUpdate();