// TODO remove in v0.5.x#![no_main]#![no_std]externcratelm3s6965;externcratepanic_halt;externcratertfm;usertfm::app;#[app(device = lm3s6965)]constAPP: ()={staticmutX: u32=();//~ ERROR late resources MUST be initialized at the end of `init`#[init]fninit(){}};