diff --git a/pxtarget.json b/pxtarget.json index d6b465bf..0b72ed4f 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -29,14 +29,15 @@ }, "compile": { "isNative": true, - "useUF2": true, + "useELF": true, "hasHex": true, "deployDrives": ".*", "deployFileMarker": "INFO_UF2.TXT", "driveName": "LEGO", "flashCodeAlign": 256, "floatingPoint": true, - "taggedInts": true + "taggedInts": true, + "stackAlign": 2 }, "runtime": { "mathBlocks": true,