#![no_main]#![no_std]externcratelm3s6965;externcratepanic_halt;externcratertfm;usertfm::app;#[app(device = lm3s6965)]constAPP: ()={#[init]fninit(_: init::Context){}#[exception]fnNonMaskableInt(_: NonMaskableInt::Context){//~^ ERROR only exceptions with configurable priority can be used as hardware tasks}};