//! Exception handling
//! This module contains the exception handlers for the system timer (SysTick) and the hard fault handler
//!
//! The exception that trigger by the hardware, the `interrupt` is mean trigger by the software.
use exception;
// by the sys_tick, we can read the operation system.
unsafe !