diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 48cb690..4c8d7bd 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -90,12 +90,8 @@ namespace ratgdo { } } - class RATGDOComponent : public Component, public UARTDevice { + class RATGDOComponent { public: - RATGDOComponent(UARTComponent* parent) - : UARTDevice(parent) - { - } void setup() override {