Index: firmware/App/Modes/ModeTreatmentParams.c =================================================================== diff -u -ra543f09d4d962ad7a9d677af700fbf8620ac272b -r8373758a03ea82b46b4b313d2f2b24e3974a17f6 --- firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision a543f09d4d962ad7a9d677af700fbf8620ac272b) +++ firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 8373758a03ea82b46b4b313d2f2b24e3974a17f6) @@ -714,7 +714,7 @@ memcpy( &respPayload[0], &reasons[0], sizeof(TREATMENT_PARAMS_DATA_PAYLOAD_T) ); - sendTreatmentParametersResponseMsg( accepted, (U08*)(&respPayload[0]), ( NUM_OF_TREATMENT_PARAMS - 1 ) * sizeof(U32) ); // UF vol. param not included in reject reasons + sendTreatmentParametersResponseMsg( accepted, (U08*)(&respPayload[0]), ( NUM_OF_TREATMENT_PARAMS - 1 ) ); // UF vol. param not included in reject reasons } /*********************************************************************//**