Index: firmware/App/Controllers/Switches.h =================================================================== diff -u -r69b93e39861c5493d273f25d9e43cacd0b5819e2 -rfe4bcb2c7b5a0ef8d30fd84750ec2c4256db03e2 --- firmware/App/Controllers/Switches.h (.../Switches.h) (revision 69b93e39861c5493d273f25d9e43cacd0b5819e2) +++ firmware/App/Controllers/Switches.h (.../Switches.h) (revision fe4bcb2c7b5a0ef8d30fd84750ec2c4256db03e2) @@ -7,7 +7,7 @@ /** * @defgroup Switches Switches - * @brief Switches module. Monitors the status of the front door switch. + * @brief Switches module. Monitors the status of the front door and the pump track switch. * * @addtogroup Switches * @{ @@ -23,11 +23,11 @@ NUM_OF_DOORS_AND_SWITCHES ///< Number of doors and switches } SWITCH_T; -/// DG doors and caps data publish structure +/// HD switches data publish structure typedef struct { U32 frontDoor; ///< Front door - U32 cartrdigeLatch; ///< Cartridge latch + U32 pumpTrackSwitch; ///< Pump track switch } SWITCHES_DATA_T; // ********** public function prototypes **********