Replace a bunch of defines with an enum

This commit is contained in:
Allen Hill
2023-08-23 18:52:09 -04:00
parent 9226e7e0f8
commit 408f648f77
3 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ int main() {
break;
case 'R':
RS232_Print("REGIST:\n");
AVCLan_Command(cmRegister);
AVCLan_Command(cm_Register);
TCB1.CNT = 0;
while (TCB1.CNT < 540) {}
CHECK_AVC_LINE;