summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/pin_mux.h
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-05-02 19:13:19 -0700
committerStefan Agner <stefan@agner.ch>2016-05-09 17:17:05 -0700
commit21d6d84123de8e6e2ebdf5543b530403951b3059 (patch)
tree046a7fa39e1c7cff49792ac67f1ae899271a56b7 /examples/imx7_colibri_m4/pin_mux.h
parent2fb8ccd4adf6433033a402e2fa07c2f11c489518 (diff)
resync with FreeRTOS_BSP_1.0.1_iMX7D
Diffstat (limited to 'examples/imx7_colibri_m4/pin_mux.h')
-rw-r--r--examples/imx7_colibri_m4/pin_mux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/imx7_colibri_m4/pin_mux.h b/examples/imx7_colibri_m4/pin_mux.h
index 42eba6b..adb5cc7 100644
--- a/examples/imx7_colibri_m4/pin_mux.h
+++ b/examples/imx7_colibri_m4/pin_mux.h
@@ -33,8 +33,8 @@
** @{
*/
-#ifndef __PIN_MUX__
-#define __PIN_MUX__
+#ifndef __PIN_MUX_H__
+#define __PIN_MUX_H__
/* MODULE pin_mux. */
@@ -88,7 +88,7 @@ void configure_i2c_pins(I2C_Type* base);
/* ===================================================================*/
void configure_uart_pins(UART_Type* base);
-#endif /* __PIN_MUX__ */
+#endif /* __PIN_MUX_H__ */
/*******************************************************************************
* EOF
******************************************************************************/