Update wdt.rs: reverted change, probably unneccesary here
This commit is contained in:
parent
a2ea307114
commit
56b4d39df9
@ -36,6 +36,6 @@ async fn main(_spawner: Spawner) {
|
|||||||
wdt.pet();
|
wdt.pet();
|
||||||
}
|
}
|
||||||
|
|
||||||
i = i.wrapping_add(1);
|
i += 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user