From 42d8dd44f834aa7ad0eae71e71e5e7c67776e695 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 12:42:50 -0500 Subject: [PATCH] sw serial again --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index ec12fb8..e794a57 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -71,7 +71,7 @@ namespace ratgdo { static void IRAM_ATTR isrObstruction(RATGDOStore* arg); }; - class RATGDOComponent : public uart::UARTDevice, public Component { + class RATGDOComponent : public Component { public: void setup() override; void loop() override;