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

pull/139/head
Wojciech Kaczmarski 2022-10-30 11:40:38 +01:00 zatwierdzone przez Silvano Seva
rodzic 22e9d8ce48
commit a9a6217d89
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -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