import from github
This commit is contained in:
8
include/clock.h
Normal file
8
include/clock.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef GUARD_CLOCK_H
|
||||
#define GUARD_CLOCK_H
|
||||
|
||||
// TODO: time of day and seconds in a day defines
|
||||
|
||||
void DoTimeBasedEvents(void);
|
||||
|
||||
#endif // GUARD_CLOCK_H
|
Reference in New Issue
Block a user