From 56d540a04cdad3c90c6e3b94fd96ec471849cd78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 28 Jan 2021 11:13:19 +0100 Subject: [PATCH] application: disable RTC --- application.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/application.c b/application.c index 7dc4490..c25e74d 100644 --- a/application.c +++ b/application.c @@ -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