Missing updatestats (#351)
* aligning screeninit with pxt32 * remove shim * missing shim * missing shim
This commit is contained in:
@ -98,3 +98,9 @@ namespace pxsim.image {
|
||||
return image.ofBuffer(res)
|
||||
}
|
||||
}
|
||||
|
||||
namespace pxsim.pxtcore {
|
||||
export function updateStats(str: string) {
|
||||
// TODO
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user