summaryrefslogtreecommitdiff
path: root/examples/imx7d_sdb_m4/pin_mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imx7d_sdb_m4/pin_mux.h')
-rw-r--r--examples/imx7d_sdb_m4/pin_mux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/imx7d_sdb_m4/pin_mux.h b/examples/imx7d_sdb_m4/pin_mux.h
index 42eba6b..adb5cc7 100644
--- a/examples/imx7d_sdb_m4/pin_mux.h
+++ b/examples/imx7d_sdb_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
******************************************************************************/