common: Move panic handler out of libcommon.
authorTilman Sauerbeck <tilman@code-monkey.de>
Fri, 3 Jan 2020 15:09:53 +0000 (16:09 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 6 Jan 2020 09:45:34 +0000 (10:45 +0100)
commit727108edeb96e0b534c86d52ad3f7515b26c1798
tree7ac71964b1ab04c0363ae40409950645215438f5
parenta87bd3430ca58a79b6a59d8c602ddf1d7a6409aa
common: Move panic handler out of libcommon.

This allows us to do a native build of libcommon which is useful for
unit testing.
src/application/main.rs
src/bootloader/main.rs
src/common/lib.rs