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(); free_memory();
break; break;
case END_PROG: case END_COM:
printf("END_PROG\n"); printf("END_COM\n");
end_flag = 1; end_flag = 1;
break; break;