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();
//%
void *ptrOfLiteral(int offset);
//%
int getNumGlobals();
}
namespace pxtrt {
@ -308,11 +310,6 @@ namespace pxtrt {
// Debugger
//
//%
uint32_t getNumGlobals() {
return numGlobals;
}
//%
void* getGlobalsPtr() {
return globals;