END_PROG name fixed

This commit is contained in:
Nicolas Kruse 2025-10-12 23:22:12 +02:00
parent 54ccdfe867
commit c6d55924f7
1 changed files with 2 additions and 2 deletions

View File

@ -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;