Renaming stuff in the simulator

This commit is contained in:
Michal Moskal
2016-04-07 12:52:02 -07:00
parent 5d3471b3b2
commit ce53d5c386
10 changed files with 35 additions and 35 deletions

View File

@ -2,7 +2,7 @@ namespace i2c_fram {
const devaddr = 0x50;
const memend = 0x7fff;
//% shim=ksrt::panic
//% shim=pxtrt::panic
function panic(code: number) { }
function die() { panic(142) }