mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
v0.3.0
This commit is contained in:
parent
34edc41e92
commit
def4fc8079
11 changed files with 90 additions and 25 deletions
|
|
@ -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() -> ! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue