From 3244658da5836b25e52016f61bf2e8ab5519e3fc Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 19 Oct 2016 20:57:37 +0200 Subject: [PATCH 1/2] Add missing method to OLED headers --- OLED.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OLED.h b/OLED.h index e7cc4b4..354d772 100644 --- a/OLED.h +++ b/OLED.h @@ -97,6 +97,9 @@ public: virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); virtual void clearP25Int(); + virtual void writeCWInt();$ + virtual void clearCWInt(); + virtual void close(); private: From c086401baa42903ab753eda3ff90dbba8a4badf9 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 19 Oct 2016 20:58:56 +0200 Subject: [PATCH 2/2] Formatting issues --- HD44780.h | 4 ++-- OLED.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HD44780.h b/HD44780.h index f4f3c84..559e400 100644 --- a/HD44780.h +++ b/HD44780.h @@ -110,8 +110,8 @@ protected: virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin); virtual void clearFusionInt(); - virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); - virtual void clearP25Int(); + virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); + virtual void clearP25Int(); virtual void writeCWInt(); virtual void clearCWInt(); diff --git a/OLED.h b/OLED.h index 354d772..943aa38 100644 --- a/OLED.h +++ b/OLED.h @@ -94,8 +94,8 @@ public: virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin); virtual void clearFusionInt(); - virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); - virtual void clearP25Int(); + virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); + virtual void clearP25Int(); virtual void writeCWInt();$ virtual void clearCWInt();