Upgrade pxt-microbit-core to 0.4.1

This commit is contained in:
Michal Moskal 2016-08-30 12:48:58 +02:00
parent 6d6c053e4f
commit 7b11a04727
2 changed files with 3 additions and 6 deletions

View File

@ -196,6 +196,8 @@ namespace pxt {
int programHash(); int programHash();
//% //%
void *ptrOfLiteral(int offset); void *ptrOfLiteral(int offset);
//%
int getNumGlobals();
} }
namespace pxtrt { namespace pxtrt {
@ -308,11 +310,6 @@ namespace pxtrt {
// Debugger // Debugger
// //
//%
uint32_t getNumGlobals() {
return numGlobals;
}
//% //%
void* getGlobalsPtr() { void* getGlobalsPtr() {
return globals; return globals;

View File

@ -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.3.1", "gittag": "v0.4.1",
"serviceId": "ws" "serviceId": "ws"
}, },
"serial": { "serial": {