sw serial again

This commit is contained in:
J. Nick Koston 2023-06-07 12:42:50 -05:00
parent 039a751f75
commit 42d8dd44f8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace ratgdo {
static void IRAM_ATTR isrObstruction(RATGDOStore* arg); static void IRAM_ATTR isrObstruction(RATGDOStore* arg);
}; };
class RATGDOComponent : public uart::UARTDevice, public Component { class RATGDOComponent : public Component {
public: public:
void setup() override; void setup() override;
void loop() override; void loop() override;