From 428d33654135f1b16f5e95de52610547c7617c4f Mon Sep 17 00:00:00 2001 From: Tony Corbett G0WFV Date: Sun, 3 Jul 2016 11:05:52 +0100 Subject: [PATCH] Tidy up coding --- Conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Conf.h b/Conf.h index aa5b998..cdeb98d 100644 --- a/Conf.h +++ b/Conf.h @@ -137,7 +137,7 @@ public: unsigned int getHD44780Rows() const; unsigned int getHD44780Columns() const; std::vector getHD44780Pins() const; - unsigned int getHD44780i2cAddress() const; + unsigned int getHD44780i2cAddress() const; bool getHD44780PWM() const; unsigned int getHD44780PWMPin() const; unsigned int getHD44780PWMBright() const; @@ -253,7 +253,7 @@ private: unsigned int m_hd44780Rows; unsigned int m_hd44780Columns; std::vector m_hd44780Pins; - unsigned int m_hd44780i2cAddress; + unsigned int m_hd44780i2cAddress; bool m_hd44780PWM; unsigned int m_hd44780PWMPin; unsigned int m_hd44780PWMBright;