Merge branch 'master' of github.com:Microsoft/kindscript-microbit

This commit is contained in:
Michal Moskal
2016-04-12 17:10:46 -07:00
5 changed files with 88 additions and 31 deletions

View File

@ -22,7 +22,7 @@ namespace control {
/**
* Display specified error code and stop the program.
*/
//% shim=pxrt::panic
//% shim=pxtrt::panic
export function panic(code:number)
{
}