This commit is contained in:
J. Nick Koston 2023-06-05 20:03:30 -05:00
parent 6fece6d6ed
commit 63a5067ea9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ namespace ratgdo {
}
}
class RATGDOComponent {
class RATGDOComponent : public UARTDevice, public Component {
public:
void setup() override