]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libsrc/scuwdt_v2_0/src/xscuwdt.c
FreeRTOS source updates:
[freertos] / FreeRTOS / Demo / CORTEX_A9_Zynq_ZC702 / RTOSDemo_bsp / ps7_cortexa9_0 / libsrc / scuwdt_v2_0 / src / xscuwdt.c
index dfa69a7c642d168be8f2351851f67b7695d0b14f..926554e430f435598e8c99e745e0dd002808339a 100644 (file)
@@ -34,6 +34,8 @@
 /**
 *
 * @file xscuwdt.c
+* @addtogroup scuwdt_v2_0
+* @{
 *
 * Contains the implementation of interface functions of the XScuWdt driver.
 * See xscuwdt.h for a description of the driver.
@@ -208,3 +210,4 @@ void XScuWdt_Stop(XScuWdt *InstancePtr)
         */
        InstancePtr->IsStarted = 0;
 }
+/** @} */