Index: firmware/App/Drivers/PAL.h =================================================================== diff -u -r090cfb22a7c0b4738299c3fb411ca77aaba8d968 -rf7c714a1a09b10d85a8b013712532d37b4d7b97a --- firmware/App/Drivers/PAL.h (.../PAL.h) (revision 090cfb22a7c0b4738299c3fb411ca77aaba8d968) +++ firmware/App/Drivers/PAL.h (.../PAL.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) @@ -7,10 +7,10 @@ * * @file PAL.h * -* @author (last) Sean +* @author (last) Vinayakam Mani * @date (last) 07-Aug-2024 * -* @author (original) Sean +* @author (original) Vinayakam Mani * @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -22,7 +22,7 @@ /** * @defgroup PAL PAL - * @brief The PAL (processor abstraction layer) module provides abstraction + * @brief The PAL (processor abstraction layer) unit provides abstraction * of processor register access via access functions. * * @addtogroup PAL @@ -39,6 +39,7 @@ void clear_saftety_shutdown( void ); void set_safety_shutdown( void ); + /**@}*/ #endif