removing ksbit.h file

This commit is contained in:
Peli de Halleux
2016-11-29 21:55:37 -08:00
parent 8cf0984a3f
commit ce85907019
14 changed files with 18 additions and 24 deletions

View File

@ -62,6 +62,8 @@ namespace pxt {
uint32_t *allocate(uint16_t sz);
int templateHash();
int programHash();
uint32_t programSize();
uint32_t afterProgramPage();
int getNumGlobals();
RefRecord* mkClassInstance(int vtableOffset);
@ -294,6 +296,11 @@ namespace pxt {
};
}
using namespace pxt;
MicroBitPin *getPin(int id);
typedef ImageData* Image;
typedef BufferData* Buffer;
// The ARM Thumb generator in the JavaScript code is parsing
// the hex file and looks for the magic numbers as present here.
//