From a9a6217d89720b01b26f89633fdc0c7fbe788195 Mon Sep 17 00:00:00 2001 From: Wojciech Kaczmarski <44336093+sp5wwp@users.noreply.github.com> Date: Sun, 30 Oct 2022 11:40:38 +0100 Subject: [PATCH] Removed RTC_PRESENT macro for Module 17 since hardware does not have an RTC --- platform/targets/Module17/hwconfig.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/targets/Module17/hwconfig.h b/platform/targets/Module17/hwconfig.h index 7bddb1d0..642cf88f 100644 --- a/platform/targets/Module17/hwconfig.h +++ b/platform/targets/Module17/hwconfig.h @@ -24,9 +24,6 @@ #include -/* Device has a working real time clock */ -#define RTC_PRESENT - /* Screen dimensions */ #define SCREEN_WIDTH 128 #define SCREEN_HEIGHT 64