Update wdt.rs: reverted change, probably unneccesary here

This commit is contained in:
pkoevesdi 2024-04-29 22:45:02 +02:00 committed by GitHub
parent a2ea307114
commit 56b4d39df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,6 @@ async fn main(_spawner: Spawner) {
wdt.pet(); wdt.pet();
} }
i = i.wrapping_add(1); i += 1;
} }
} }