Example program for EVAL-ADMX2001

Dependencies:   ADMX2001

Revision:
10:186e097fb1e3
Parent:
5:746e78113d7d
--- a/gpio_config.h	Tue Nov 02 10:14:25 2021 +0000
+++ b/gpio_config.h	Tue Nov 09 10:27:32 2021 +0000
@@ -36,9 +36,8 @@
 */
 
 /**
- * @file
+ * @file      gpio_config.h
  * @brief     declaration cli - mbed HW interfacing functions
- * @{
  */
 
 #ifndef __LOAD_CONFIG_H__
@@ -53,12 +52,7 @@
 {
 #endif
 
-    /**
-     * @details     Enable demo test load corresponding to mux_sel
-     * @param [in]  mux_sel - mux selection value
-     * @return      0       Success
-     *              1       Failure
-     */
+/*============= F U N C T I O N  P R O T O T Y P E S =============*/
     int32_t EnableMuxLine(int32_t mux_sel);
 
 #ifdef __cplusplus
@@ -66,7 +60,3 @@
 #endif
 
 #endif /* __LOAD_CONFIG_H__ */
-
-/**
- * @}
- */