Use new PXT flags

This commit is contained in:
Michal Moskal 2017-07-05 01:28:45 +02:00
parent d7f97d6476
commit ee6664c29c

View File

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