Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 3ded5ffcbcade3f1da5d40c52936ab5f97fc6ec9) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -27,13 +27,19 @@ #include "WatchdogMgmt.h" #include "TaskPriority.h" -/************************************************************************* - * @brief taskPriority +/** + * @addtogroup TaskPriority + * @{ + */ + +/*********************************************************************//** + * @brief * The taskPriority function handles the scheduled Priority Task interrupt. * Calls the executive functions for FPGA, pumps, valves, and buttons. * @details * Inputs : none - * Outputs : Executive for the FPGA, pumps, valves, and buttons called. + * Outputs : Executive for the FPGA, pumps, valves, and buttons called. + * @return none *************************************************************************/ void taskPriority( void ) { @@ -83,4 +89,5 @@ setCPLDLampRed( PIN_SIGNAL_LOW ); #endif } - + +/**@}*/