Index: firmware/App/Services/Interrupts.h =================================================================== diff -u -rabb9687e52d9db5df1abe7626ba04a6d431ba823 -r0c085209bea23f66011059a7c19796c1e4b246fa --- firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision abb9687e52d9db5df1abe7626ba04a6d431ba823) +++ firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision 0c085209bea23f66011059a7c19796c1e4b246fa) @@ -1,14 +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