mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 00:02:28 +00:00
Update wdt.rs: added missing type
This commit is contained in:
parent
b6f9dbfb5b
commit
5df703cf4b
@ -18,7 +18,7 @@ async fn main(_spawner: Spawner) {
|
||||
let mut wdt = IndependentWatchdog::new(p.IWDG, 1_000_000);
|
||||
wdt.unleash();
|
||||
|
||||
let mut i = 0;
|
||||
let mut i:u8 = 0;
|
||||
|
||||
loop {
|
||||
info!("high");
|
||||
|
Loading…
Reference in New Issue
Block a user