From b5068114fc755657d9ae206eb73d9a95c787b235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 6 Mar 2020 18:18:22 +0100 Subject: [PATCH] application: remove ifdef for other boards --- application.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application.c b/application.c index c4994a9..f6dd9fd 100644 --- a/application.c +++ b/application.c @@ -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