Removed RTC_PRESENT macro for Module 17 since hardware does not have an RTC

This commit is contained in:
Wojciech Kaczmarski 2022-10-30 11:40:38 +01:00 committed by Silvano Seva
parent 22e9d8ce48
commit a9a6217d89
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@
#include <stm32f4xx.h>
/* Device has a working real time clock */
#define RTC_PRESENT
/* Screen dimensions */
#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 64