mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Test on all cores
This commit is contained in:
parent
ca2577e3b8
commit
0e9375ced3
8 changed files with 170 additions and 28 deletions
|
|
@ -25,8 +25,7 @@ mod app {
|
|||
fn init(cx: init::Context) -> (Shared, Local, init::Monotonics) {
|
||||
let systick = cx.core.SYST;
|
||||
|
||||
// Initialize the monotonic (SysTick rate in QEMU is 12 MHz)
|
||||
let mono = Systick::new(systick, 12_000_000);
|
||||
let mono = Systick::new(systick, 1_000_000);
|
||||
|
||||
println!("init");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue