Index: firmware/App/Services/Interrupts.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -rc0273c73da6b6dee4ad6f1d54cb6c6f27a262b5b --- firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Services/Interrupts.h (.../Interrupts.h) (revision c0273c73da6b6dee4ad6f1d54cb6c6f27a262b5b) @@ -1,4 +1,4 @@ -/************************************************************************** +/**********************************************************************//** * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * @@ -20,8 +20,20 @@ #include "HDCommon.h" +/** + * @defgroup Interrupts Interrupts + * @brief Interrupts module handles various peripheral interrupts. + * + * @addtogroup Interrupts + * @{ + */ + // ********** public definitions ********** // ********** public function prototypes ********** +void initInterrupts( void ); + +/**@}*/ + #endif