This commit is contained in:
J. Nick Koston 2023-06-05 20:02:50 -05:00
parent 6fb4fc06c5
commit 6fece6d6ed
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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