Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -ra6f54c63d4484f0e71bd27eca7e804f997ab5999 -r229c6d4239f101656f99090b81deb28cfd0562b4 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision a6f54c63d4484f0e71bd27eca7e804f997ab5999) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 229c6d4239f101656f99090b81deb28cfd0562b4) @@ -51,9 +51,9 @@ /// UI response payload data structure typedef struct { - U32 fwValue; ///< Value in the firmware. BOOL accepted; ///< Accepted/Rejected U32 rejectionReason; ///< Rejection reason if not accepted. + U32 fwValue; ///< Value in the firmware. } UI_RESPONSE_PAYLOAD_T; // ********** public function prototypes **********