application: disable RTC

This commit is contained in:
King Kévin 2021-01-28 11:13:19 +01:00
parent 9d98ab21fc
commit 56d540a04c
1 changed files with 0 additions and 4 deletions

View File

@ -56,11 +56,7 @@
/** set to 0 if the RTC is reset when the board is powered on, only indicates the uptime
* set to 1 if VBAT can keep the RTC running when the board is unpowered, indicating the date and time
*/
#if defined(CORE_BOARD)
#define RTC_DATE_TIME 1
#else
#define RTC_DATE_TIME 0
#endif
/** number of RTC ticks per second
* @note use integer divider of oscillator to keep second precision