Merge pull request 'master' (#11) from master into unstable

Reviewed-on: ground/cground#11
This commit is contained in:
2026-01-20 20:15:00 +11:00
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;