diff --git a/inc/rtc.h b/inc/rtc.h new file mode 100644 --- /dev/null +++ b/inc/rtc.h @@ -0,0 +1,7 @@ +#ifndef __rtc_H +#define __rtc_H + + +void rtc_init(void); + +#endif /*__ rtc_H */