This commit is contained in:
Emil Fresk 2020-06-11 19:00:52 +02:00
parent 1be9d0067b
commit eb6406da7e
3 changed files with 4 additions and 5 deletions

View file

@ -9,8 +9,7 @@ use panic_semihosting as _;
#[rtfm::app(device = lm3s6965)]
const APP: () = {
#[init]
fn init(_: init::Context) {
}
fn init(_: init::Context) {}
#[idle]
fn main(_: main::Context) -> ! {