This commit is contained in:
J. Nick Koston 2023-06-05 20:01:32 -05:00
parent 92ddce09a1
commit 85cc34d59f
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -90,12 +90,8 @@ namespace ratgdo {
} }
} }
class RATGDOComponent : public Component, public UARTDevice { class RATGDOComponent {
public: public:
RATGDOComponent(UARTComponent* parent)
: UARTDevice(parent)
{
}
void setup() override void setup() override
{ {