Upgrade pxt-microbit-core to 0.4.1
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user