Error function

This commit is contained in:
2026-01-19 21:14:48 +11:00
parent 054af1631c
commit 7717a40574
5 changed files with 37 additions and 2 deletions

View File

@@ -412,6 +412,9 @@ void printGroundInstruction(GroundInstruction* gi) {
break;
case CREATELABEL:
break;
case ERRORCMD:
printf("error");
break;
default:
printf("FIXME");
break;