added afterProgramPage to C++ declarations
This commit is contained in:
@ -6,3 +6,6 @@ MicroBitPin *getPin(int id);
|
|||||||
typedef ImageData* Image;
|
typedef ImageData* Image;
|
||||||
typedef BufferData* Buffer;
|
typedef BufferData* Buffer;
|
||||||
|
|
||||||
|
namespace pxt {
|
||||||
|
uint32_t afterProgramPage();
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user