]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libsrc/scugic_v2_1/src/xscugic_intr.c
Remove obsolete MPU demos.
[freertos] / FreeRTOS / Demo / CORTEX_A9_Zynq_ZC702 / RTOSDemo_bsp / ps7_cortexa9_0 / libsrc / scugic_v2_1 / src / xscugic_intr.c
index 1c3007cbdf9db882239660062282f2119223c96f..871b46d005801a989c3ed902c268e25b0f453c65 100644 (file)
@@ -33,6 +33,8 @@
 /**
 *
 * @file xscugic_intr.c
+* @addtogroup scugic_v2_1
+* @{
 *
 * This file contains the interrupt processing for the driver for the Xilinx
 * Interrupt Controller.  The interrupt processing is partitioned separately such
@@ -165,3 +167,4 @@ void XScuGic_InterruptHandler(XScuGic *InstancePtr)
             * Return from the interrupt. Change security domains could happen here.
      */
 }
+/** @} */