This commit is contained in:
J. Nick Koston 2023-06-05 14:00:45 -05:00
parent 419dc40178
commit f3468f46ff
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ namespace ratgdo {
void doorStateLoop();
void dryContactLoop();
void printRollingCode()
void getRollingCode(const char* command)
void printRollingCode();
void getRollingCode(const char* command);
/********************************** INTERRUPT SERVICE ROUTINES
* ***********************************/