From 750ef773211b71b5be14d5a4c65e115d0808cd22 Mon Sep 17 00:00:00 2001 From: Shawn Chain Date: Wed, 15 May 2019 23:32:10 +0800 Subject: [PATCH] update OLED.h --- OLED.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OLED.h b/OLED.h index df5111b..8153546 100644 --- a/OLED.h +++ b/OLED.h @@ -40,7 +40,7 @@ class COLED : public CDisplay { public: - COLED(unsigned char displayType, unsigned char displayBrighness, bool displayInvert, bool displayScroll, bool displayRotate, bool slot1Enabled, bool slot2Enabled, CModem* modem); + COLED(unsigned char displayType, unsigned char displayBrighness, bool displayInvert, bool displayScroll, bool displayRotate, bool slot1Enabled, bool slot2Enabled); virtual ~COLED(); virtual bool open();