diff options
Diffstat (limited to 'src/pcf_clock_driver.h')
-rw-r--r-- | src/pcf_clock_driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pcf_clock_driver.h b/src/pcf_clock_driver.h index af20689..29b6c85 100644 --- a/src/pcf_clock_driver.h +++ b/src/pcf_clock_driver.h @@ -4,3 +4,6 @@ void clock_init(); void set_time(time_t time); time_t get_time(); void set_alarm(time_t time); + +//TODO REMOVE ME +void test_clock(); |