diff options
| author | pkoevesdi <[email protected]> | 2024-04-29 22:45:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 22:45:02 +0200 |
| commit | 56b4d39df903d4dc235300dbe0fe57345c1e6fc1 (patch) | |
| tree | ed5a782951206f90f8e7c8eb04e72a105b0aa0c3 /examples | |
| parent | a2ea307114cbfade6793819e30d8438a34b0b201 (diff) | |
Update wdt.rs: reverted change, probably unneccesary here
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32f4/src/bin/wdt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f4/src/bin/wdt.rs b/examples/stm32f4/src/bin/wdt.rs index 430898b40..ea27ebce0 100644 --- a/examples/stm32f4/src/bin/wdt.rs +++ b/examples/stm32f4/src/bin/wdt.rs | |||
| @@ -36,6 +36,6 @@ async fn main(_spawner: Spawner) { | |||
| 36 | wdt.pet(); | 36 | wdt.pet(); |
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | i = i.wrapping_add(1); | 39 | i += 1; |
| 40 | } | 40 | } |
| 41 | } | 41 | } |
