application: remove ifdef for other boards

This commit is contained in:
King Kévin 2020-03-06 18:18:22 +01:00
parent c5dfa4371e
commit b5068114fc
1 changed files with 0 additions and 4 deletions

View File

@ -41,11 +41,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