diff options
Diffstat (limited to 'stm/rtc.h')
-rw-r--r-- | stm/rtc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stm/rtc.h b/stm/rtc.h new file mode 100644 index 0000000000..6b1ff1b454 --- /dev/null +++ b/stm/rtc.h @@ -0,0 +1,2 @@ +void rtc_init(void); +mp_obj_t pyb_rtc_read(void); |