Add a timer interrupt handler

This commit is contained in:
Philipp Oppermann
2019-01-25 14:09:12 +01:00
parent 28a11e47bc
commit 4060ac558c
2 changed files with 11 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ pub extern "C" fn _start() -> ! {
loop {}
}
/// This function is called on panic.
#[cfg(not(test))]
#[panic_handler]