more tinkering

This commit is contained in:
Peli de Halleux
2019-10-18 22:03:50 -07:00
parent fb4a0c2e16
commit aad9f0fd8a
4 changed files with 6 additions and 9 deletions

View File

@ -2,5 +2,6 @@
console.addListener(function(priority: ConsolePriority, msg: string) {
control.dmesg(msg.substr(0, msg.length - 1))
})
// boot sequence
brick.showBoot();