From 2a260911f5abc4e03cb41474a49e01a571395155 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 3 Mar 2023 00:02:25 +0300 Subject: Remove precious comments, change encoding to utf-8 --- Libraries/Time/time.c | 16 ---------------- Libraries/Time/time.h | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) (limited to 'Libraries/Time') diff --git a/Libraries/Time/time.c b/Libraries/Time/time.c index ab5cbde..4159f44 100644 --- a/Libraries/Time/time.c +++ b/Libraries/Time/time.c @@ -158,19 +158,3 @@ static void RTC_TimeRegulate ( void ) /* Indicator for the RTC configuration */ RTC_WriteBackupRegister(RTC_BKP_DR0, BKP_VALUE); } - - - - - - - - - - - - - - - - diff --git a/Libraries/Time/time.h b/Libraries/Time/time.h index b6b611b..ea1f265 100644 --- a/Libraries/Time/time.h +++ b/Libraries/Time/time.h @@ -3,4 +3,4 @@ void TimeInit (void); -#endif // TIME_INCLUDED \ No newline at end of file +#endif // TIME_INCLUDED -- cgit v1.2.3