Index: firmware/App/Services/SystemCommDD.h =================================================================== diff -u -r573a26b2a0273a4983b1de1cbff5bed63e01dce0 -r830213bc6dcc1a684610caf78c79d55f2cb41e93 --- firmware/App/Services/SystemCommDD.h (.../SystemCommDD.h) (revision 573a26b2a0273a4983b1de1cbff5bed63e01dce0) +++ firmware/App/Services/SystemCommDD.h (.../SystemCommDD.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 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 SystemCommDD.h * -* @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @author (last) Michael Garthwaite +* @date (last) 08-Sep-2025 * * @author (original) Vinayakam Mani -* @date (original) 05-Aug-2024 +* @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -36,8 +36,8 @@ #define MAX_MSG_SEQ_NO 0x7FFF ///< Maximum sequence number for Denali message (then wraps to 1). #define MIN_MSG_SEQ_NO 0x0001 ///< Minimum sequence number for Denali message. -#define NUM_OF_CAN_OUT_BUFFERS 5 ///< Number of CAN buffers for transmit -#define NUM_OF_CAN_IN_BUFFERS 9 ///< Number of CAN buffers for receiving +#define NUM_OF_CAN_OUT_BUFFERS 7 ///< Number of CAN buffers for transmit +#define NUM_OF_CAN_IN_BUFFERS 7 ///< Number of CAN buffers for receiving // ********** public function prototypes **********