This commit is contained in:
Wolfgang Hottgenroth 2016-02-16 17:14:26 +01:00
parent 65e22acebe
commit 89dfaba81a

View File

@ -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;