Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
0f6e8854d8
@ -301,4 +301,18 @@ namespace pxtrt {
|
|||||||
{
|
{
|
||||||
microbit_panic(code);
|
microbit_panic(code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Debugger
|
||||||
|
//
|
||||||
|
|
||||||
|
//%
|
||||||
|
uint32_t getNumGlobals() {
|
||||||
|
return numGlobals;
|
||||||
|
}
|
||||||
|
|
||||||
|
//%
|
||||||
|
void* getGlobalsPtr() {
|
||||||
|
return globals;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user