fix
This commit is contained in:
parent
65e22acebe
commit
89dfaba81a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user