This commit is contained in:
Jorge Aparicio 2018-01-15 23:26:07 +01:00
parent 34edc41e92
commit def4fc8079
11 changed files with 90 additions and 25 deletions

View file

@ -22,7 +22,7 @@ app! {
}
fn init(_p: init::Peripherals, r: init::Resources) {
let _buf: &'static mut [u8] = r.BUFFER;
let _buf: &'static mut [u8; 16] = r.BUFFER;
}
fn idle() -> ! {