#ifndef APP_SERVICES_INTERRUPTS_H_ #define APP_SERVICES_INTERRUPTS_H_ #include "ROCommon.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