Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r62db7c6218b47db4ef80e1b528228a8887545aad -ra35d5e68aad457339f625848809207a9650ad019 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 62db7c6218b47db4ef80e1b528228a8887545aad) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision a35d5e68aad457339f625848809207a9650ad019) @@ -7,8 +7,8 @@ * * @file TaskPriority.c * -* @author (last) Sean -* @date (last) 26-Feb-2020 +* @author (last) Sean Nash +* @date (last) 24-Aug-2020 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -28,13 +28,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 ) { @@ -86,4 +92,5 @@ setCPLDLampRed( PIN_SIGNAL_LOW ); #endif } - + +/**@}*/