Index: firmware/App/Services/CommBuffers.h =================================================================== diff -u -r3518e8a088c32e75c0c8960d5e629a7401095feb -re8654d6ebf2c76c6bae8e1b465cc1382d205832a --- firmware/App/Services/CommBuffers.h (.../CommBuffers.h) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) +++ firmware/App/Services/CommBuffers.h (.../CommBuffers.h) (revision e8654d6ebf2c76c6bae8e1b465cc1382d205832a) @@ -18,8 +18,6 @@ #ifndef __COMM_BUFFERS_H__ #define __COMM_BUFFERS_H__ -#include "TDCommon.h" - /** * @defgroup CommBuffers CommBuffers * @brief The communication buffers unit provides buffering services for @@ -52,7 +50,16 @@ COMM_BUFFER_OUT_CAN_PC, ///< Buffer for outgoing TD to PC messages NUM_OF_COMM_BUFFERS ///< Number of CAN communication buffers } COMM_BUFFER_T; + +/**@}*/ +#include "TDCommon.h" + +/** + * @addtogroup CommBuffers + * @{ + */ + // ********** public function prototypes ********** void initCommBuffers( void );