diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-18 20:02:17 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-18 20:02:17 +0300 |
| commit | ec71462ea934e0fca1ccfa4f759ab9506c7a079f (patch) | |
| tree | a743744c814e6623672c2e701b40019f662c95e8 /Software/Embedded_SW/Embedded/Modules/General | |
| parent | b8ff21ed2013c5c2bea14d735786480d63fb0d67 (diff) | |
| download | Tango-ec71462ea934e0fca1ccfa4f759ab9506c7a079f.tar.gz Tango-ec71462ea934e0fca1ccfa4f759ab9506c7a079f.zip | |
warnings
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c index 4b3f555f4..f04483361 100644 --- a/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c +++ b/Software/Embedded_SW/Embedded/Modules/General/MachineStatus.c @@ -237,7 +237,7 @@ uint32_t CartridgeStateUpdate(CartridgeSlot Slot,CartridgeState State) { if (WasteEmptyingToken[0] == 0) return ERROR; - uint32_t status = NOT_SUPPORTED,i; + uint32_t status = NOT_SUPPORTED; MessageContainer responseContainer; CartridgeStatus CartridgeStatus = CARTRIDGE_STATUS__INIT; Cartridge CartData = CARTRIDGE__INIT; |
