Update wdt.rs: reverted change, probably unneccesary here
This commit is contained in:
parent
a2ea307114
commit
56b4d39df9
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ async fn main(_spawner: Spawner) {
|
|||
wdt.pet();
|
||||
}
|
||||
|
||||
i = i.wrapping_add(1);
|
||||
i += 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue