#![no_main]#![no_std]externcratelm3s6965;externcratepanic_halt;externcratertfm;usertfm::app;#[app(device = lm3s6965)]constAPP: ()={staticmutX: u32=();#[init(resources = [X])]//~ ERROR late resources can NOT be assigned to `init`fninit(_: init::Context){}};