fix
This commit is contained in:
parent
6fb4fc06c5
commit
6fece6d6ed
|
@ -56,7 +56,7 @@ namespace ratgdo {
|
|||
static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
|
||||
};
|
||||
|
||||
class RATGDOComponent : public Component, public UARTDevice {
|
||||
class RATGDOComponent : public UARTDevice, public Component {
|
||||
public:
|
||||
void setup() override;
|
||||
void loop() override;
|
||||
|
|
Loading…
Reference in New Issue