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