Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r2c16de14d2acd2aa1e36943f95c3855da094dc97 -rcaecaed1083ad192dfdc034cdee6084c7b8629d2 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 2c16de14d2acd2aa1e36943f95c3855da094dc97) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision caecaed1083ad192dfdc034cdee6084c7b8629d2) @@ -7,8 +7,8 @@ * * @file ModeStandby.h * -* @author (last) Varshini Nagabooshanam -* @date (last) 27-Jul-2026 +* @author (last) Praneeth Bunne +* @date (last) 18-Aug-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -35,8 +35,8 @@ /// Payload record structure for a treatment initiation request typedef struct { - U16 command; ///< Command code (Cancel=0, Initiate=1) - U16 modality; ///< Treatment modality selected by user (ignored on cancel) + U32 command; ///< Command code (Cancel=0, Initiate=1) + U32 modality; ///< Treatment modality selected by user (ignored on cancel) } INITIATE_TREATMENT_REQUEST_PAYLOAD_T; // ********** public function prototypes **********