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