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:
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user