Index: firmware/App/Services/Interrupts.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r8f5feed92f41a476d5656038bcdfe884e17bd593 --- firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision 8f5feed92f41a476d5656038bcdfe884e17bd593) @@ -20,8 +20,20 @@ #include "DGCommon.h" +/** + * @defgroup Interrupts Interrupts + * @brief Interrupts module handles various peripheral interrupts. + * + * @addtogroup Interrupts + * @{ + */ + // ********** public definitions ********** // ********** public function prototypes ********** + +void initInterrupts( void ); + +/**@}*/ #endif