get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:41:31 -05:00
parent 1237dc6793
commit a375f2b766
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace ratgdo {
/********************************** FUNCTION DECLARATION /********************************** FUNCTION DECLARATION
* *****************************************/ * *****************************************/
void transmit(const char* command); void transmit(Commands command);
void sync(); void sync();
void obstructionLoop(); void obstructionLoop();