Index: firmware/App/Controllers/Switches.c =================================================================== diff -u -r8454612ad35b811fc353cde4c865580b81bb9ee6 -r657315a7f516ff9090d85f9009b8834421c3b4b6 --- firmware/App/Controllers/Switches.c (.../Switches.c) (revision 8454612ad35b811fc353cde4c865580b81bb9ee6) +++ firmware/App/Controllers/Switches.c (.../Switches.c) (revision 657315a7f516ff9090d85f9009b8834421c3b4b6) @@ -122,7 +122,6 @@ { switchesStatus[ i ].debounceStartTime = 0; // If the bit is 0, the door switch is open, because it is normally open switch - // TODO investigate the polarity of the pump track switch once it tied to the cartridge latch switchesStatus[ i ].status.data = currentSwitchStatus; } }