aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F1xx/UART/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F1xx/UART/mcuconf.h')
-rw-r--r--testhal/STM32/STM32F1xx/UART/mcuconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/UART/mcuconf.h b/testhal/STM32/STM32F1xx/UART/mcuconf.h
index 2881ed758..fcb49ace8 100644
--- a/testhal/STM32/STM32F1xx/UART/mcuconf.h
+++ b/testhal/STM32/STM32F1xx/UART/mcuconf.h
@@ -14,6 +14,9 @@
limitations under the License.
*/
+#ifndef _MCUCONF_H_
+#define _MCUCONF_H_
+
#define STM32F103_MCUCONF
/*
@@ -203,3 +206,4 @@
#define STM32_USB_USB1_HP_IRQ_PRIORITY 13
#define STM32_USB_USB1_LP_IRQ_PRIORITY 14
+#endif /* _MCUCONF_H_ */