diff Small_CPU/Inc/rtc.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents 9b29995d6619
children c386ae6635e4
line wrap: on
line diff
--- a/Small_CPU/Inc/rtc.h	Tue Aug 13 13:24:54 2024 +0200
+++ b/Small_CPU/Inc/rtc.h	Tue Feb 11 18:12:00 2025 +0100
@@ -40,6 +40,8 @@
 void RTC_SetTime(RTC_TimeTypeDef stimestructure);
 void RTC_SetDate(RTC_DateTypeDef sdatestructure);
 
+void RTC_GetTime(RTC_TimeTypeDef* pstimestructure);
+
 #ifdef __cplusplus
 }
 #endif