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