Index: firmware/App/Services/Interrupts.h =================================================================== diff -u -rfc4f469fe234371e8f2b9a0625acc66faa6899de -rc74c1d99a011dd0fb7f98f183faecda675221fce --- firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision fc4f469fe234371e8f2b9a0625acc66faa6899de) +++ firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision c74c1d99a011dd0fb7f98f183faecda675221fce) @@ -1,15 +1,23 @@ -/* - * Interrupts.h - * - * Created on: Aug 1, 2024 - * Author: fw - */ #ifndef __INTERRUPTS_H__ #define __INTERRUPTS_H__ +/** + * @defgroup Interrupts Interrupts + * @brief Interrupts unit handles various peripheral interrupts. + * + * @addtogroup Interrupts + * @{ + */ + +// ********** public definitions ********** + +// ********** public function prototypes ********** + void initInterrupts( void ); BOOL getSci2FEOEError( void ); +/**@}*/ + #endif