Index: firmware/App/Services/MsgQueues.h =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r7d4711edd7b40cd3e29f43e766f79a8a09586fe9 --- firmware/App/Services/MsgQueues.h (.../MsgQueues.h) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/MsgQueues.h (.../MsgQueues.h) (revision 7d4711edd7b40cd3e29f43e766f79a8a09586fe9) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * -* @file MsgQueues.h +* @file MsgQueues.h * -* @author (last) Sean -* @date (last) 27-Feb-2020 +* @author (last) Dara Navaei +* @date (last) 02-Feb-2021 * -* @author (original) Dara Navaei -* @date (original) 05-Nov-2019 +* @author (original) Dara Navaei +* @date (original) 05-Nov-2019 * ***************************************************************************/ @@ -31,7 +31,7 @@ // ********** public definitions ********** -#define MAX_MSG_PAYLOAD_SIZE 100 ///< Maximum message payload size in bytes. +#define MAX_MSG_PAYLOAD_SIZE 250 ///< Maximum message payload size in bytes. /// List of message queues. typedef enum Msg_Queues