mirror of https://github.com/Nonannet/copapy.git
END_PROG name fixed
This commit is contained in:
parent
54ccdfe867
commit
c6d55924f7
|
|
@ -132,8 +132,8 @@ int parse_commands(uint8_t *bytes) {
|
|||
free_memory();
|
||||
break;
|
||||
|
||||
case END_PROG:
|
||||
printf("END_PROG\n");
|
||||
case END_COM:
|
||||
printf("END_COM\n");
|
||||
end_flag = 1;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue