From 6fece6d6edfc3e5a900d82e38a4572b8b6f751ef Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 20:02:50 -0500 Subject: [PATCH] fix --- 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 d65f5e3..8c121dc 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -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;