Bump pxt-microbit-core to 0.4.2 with class support
This commit is contained in:
parent
a34bcee7a2
commit
79c23e2e2a
@ -183,6 +183,8 @@ namespace pxt {
|
|||||||
//%
|
//%
|
||||||
RefRecord* mkRecord(int reflen, int totallen);
|
RefRecord* mkRecord(int reflen, int totallen);
|
||||||
//%
|
//%
|
||||||
|
RefRecord* mkClassInstance(int offset);
|
||||||
|
//%
|
||||||
void debugMemLeaks();
|
void debugMemLeaks();
|
||||||
//%
|
//%
|
||||||
int incr(uint32_t e);
|
int incr(uint32_t e);
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
"yottaTarget": "bbc-microbit-classic-gcc",
|
"yottaTarget": "bbc-microbit-classic-gcc",
|
||||||
"yottaCorePackage": "pxt-microbit-core",
|
"yottaCorePackage": "pxt-microbit-core",
|
||||||
"githubCorePackage": "microsoft/pxt-microbit-core",
|
"githubCorePackage": "microsoft/pxt-microbit-core",
|
||||||
"gittag": "v0.4.1",
|
"gittag": "v0.4.2",
|
||||||
"serviceId": "ws"
|
"serviceId": "ws"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
|
Loading…
Reference in New Issue
Block a user