From 89dfaba81ae5b5da66294774e1c28073347492dc Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 16 Feb 2016 17:14:26 +0100 Subject: [PATCH] fix --- src/hmi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hmi.cpp b/src/hmi.cpp index 7ee6660..1be6727 100644 --- a/src/hmi.cpp +++ b/src/hmi.cpp @@ -170,7 +170,7 @@ private: }; class Led2 : public Led { public: - Led1(uint16_t bit) : Led() { + Led2(uint16_t bit) : Led() { m_bit = bit; P2DIR |= bit; P2OUT &= ~bit;