Index: App/Services/SystemCommMessages.h =================================================================== diff -u -r29f1ba03faefd982327916590818a260a3e4aa48 -ra87b6b9e253c6c0fcc84bca6f5de71959ce18bcc --- App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 29f1ba03faefd982327916590818a260a3e4aa48) +++ App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a87b6b9e253c6c0fcc84bca6f5de71959ce18bcc) @@ -24,13 +24,14 @@ typedef enum Msg_IDs { - MSG_ID_TEST = 0, + MSG_ID_UNUSED = 0, MSG_ID_OFF_BUTTON_PRESS, NUM_OF_MSG_IDS } MSG_ID_T; // ********** public function prototypes ********** +// MSG_ID_OFF_BUTTON_PRESS BOOL sendOffButtonMsgToUI( void ); void handleOffButtonConfirmMsgFromUI( MESSAGE_T *message );