Commit 3515acc
committed
Fix type mismatch - g_watchdogBreadcrumb is uint32_t not uint8_t
- Removed duplicate extern declarations in comms_controller.cpp
- Changed uint8_t to uint32_t in EthernetManager.cpp
- Fixed savedBreadcrumb type to uint32_t
- g_watchdogBreadcrumb is already declared in comms_controller.h1 parent 62b8b60 commit 3515acc
File tree
2 files changed
+2
-4
lines changed- lib/libClearCore/src
- src
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
391 | 390 | | |
392 | 391 | | |
393 | 392 | | |
394 | | - | |
395 | | - | |
| 393 | + | |
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| |||
0 commit comments