#![no_main]#![no_std]externcratelm3s6965;externcratepanic_halt;externcratertfm;usertfm::app;#[app(device = lm3s6965)]constAPP: ()={#[init]fninit(_: init::Context)-> u32{//~^ ERROR `init` must have type signature `fn(init::Context) [-> init::LateResources]`0}};