Index: firmware/App/Services/Interrupts.h =================================================================== diff -u -rabb9687e52d9db5df1abe7626ba04a6d431ba823 -rc74c1d99a011dd0fb7f98f183faecda675221fce --- firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision abb9687e52d9db5df1abe7626ba04a6d431ba823) +++ firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision c74c1d99a011dd0fb7f98f183faecda675221fce) @@ -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