diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 5e2f055..283619a 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -128,7 +128,7 @@ namespace ratgdo { /********************************** FUNCTION DECLARATION * *****************************************/ - void transmit(const char* command); + void transmit(Commands command); void sync(); void obstructionLoop();