#![no_main]#![no_std]externcratelm3s6965;externcratepanic_halt;externcratertfm;usertfm::app;#[app(device = lm3s6965)]constAPP: ()={#[init]fninit(_: init::Context){}#[exception]fnSysTick(_: SysTick::Context){//~^ ERROR the `SysTick` exception can't be used because it's used by the runtime}};