summaryrefslogtreecommitdiff
path: root/src/pcf_clock_driver.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcsapce.com>2022-09-27 16:14:28 -0500
committerBrett Weiland <brett_weiland@bpcsapce.com>2022-09-27 16:14:28 -0500
commit94304b11e7220f060dbc345de5fa1952d0465016 (patch)
treef16e84c54b27f67e089ded1175fbf8b561896b42 /src/pcf_clock_driver.h
parent7b006d6f2032ac46074d693ae59a971bee327ace (diff)
working on serial syncronization for programming eeprom
Diffstat (limited to 'src/pcf_clock_driver.h')
-rw-r--r--src/pcf_clock_driver.h3
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();