fix
This commit is contained in:
@ -151,7 +151,7 @@ private:
|
|||||||
e_state m_state;
|
e_state m_state;
|
||||||
uint32_t m_timeout;
|
uint32_t m_timeout;
|
||||||
};
|
};
|
||||||
class Led1 : Led {
|
class Led1 : public Led {
|
||||||
public:
|
public:
|
||||||
Led1(uint16_t bit) : Led() {
|
Led1(uint16_t bit) : Led() {
|
||||||
m_bit = bit;
|
m_bit = bit;
|
||||||
@ -168,7 +168,7 @@ public:
|
|||||||
private:
|
private:
|
||||||
uint16_t m_bit;
|
uint16_t m_bit;
|
||||||
};
|
};
|
||||||
class Led2 : Led {
|
class Led2 : public Led {
|
||||||
public:
|
public:
|
||||||
Led1(uint16_t bit) : Led() {
|
Led1(uint16_t bit) : Led() {
|
||||||
m_bit = bit;
|
m_bit = bit;
|
||||||
|
Reference in New Issue
Block a user