Compare commits

..

1 Commits

Author SHA1 Message Date
Egor Savkin f56959aed7 Add grabber module
(cherry picked from commit b768d5648c)
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-10-17 16:57:36 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@ mod grabber {
delay(&mut countdown, Milliseconds(200)).await; delay(&mut countdown, Milliseconds(200)).await;
} }
} }
}static mut LOG_BUFFER: [u8; 1<<17] = [0; 1<<17]; }
static mut LOG_BUFFER: [u8; 1<<17] = [0; 1<<17];
#[no_mangle] #[no_mangle]
pub fn main_core0() { pub fn main_core0() {