Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r926afe9b1d9cc6931cbca48080e4a66385a20239 -r2e6c750c202b7361d79488ce383e34f380e75413 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 926afe9b1d9cc6931cbca48080e4a66385a20239) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 2e6c750c202b7361d79488ce383e34f380e75413) @@ -30,7 +30,7 @@ // ********** private definitions ********** /// Default publication interval for pressure and occlusion data. -#define PRES_OCCL_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) // interval (ms/task time) at which the pressure/occlusion data is published on the CAN bus. +#define PRES_OCCL_DATA_PUB_INTERVAL ( MS_PER_SECOND / TASK_GENERAL_INTERVAL ) ///< interval (ms/task time) at which the pressure/occlusion data is published on the CAN bus. /// Defined states for the pressure and occlusion monitor state machine. typedef enum PresOccl_States