aboutsummaryrefslogtreecommitdiffstats
path: root/init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.hpp')
-rw-r--r--init.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.hpp b/init.hpp
index f63187f..fc2a53f 100644
--- a/init.hpp
+++ b/init.hpp
@@ -7,7 +7,6 @@
#define SCL_PIN 7
#define RESET_PIN -1
#define OLED_DEFAULT_CONTRAST 40
-extern SSOLED oled;
// Initial date & time
// The idea is to have the compiler set the date at compile-time.
@@ -23,8 +22,6 @@ extern SSOLED oled;
// Init every componement
void init_all();
-// Init OLED display
-void init_display();
// Init onboard RTC
void init_rtc();