Buffer from commonpackages (#1520)

* use buffer.ts from common packages

* updated common packages

* fix descr

* fix double description

* restore pin descr
This commit is contained in:
Peli de Halleux
2018-10-25 09:19:49 -07:00
committed by GitHub
parent 44a47a7e5c
commit 11dbaabe3a
6 changed files with 15 additions and 30 deletions

View File

@ -41,6 +41,12 @@ namespace control {
}
}
export function fail(message: string) {
console.log("Fatal failure: ")
console.log(message)
panic(108)
}
/**
* Display warning in the simulator.
*/