diff options
Diffstat (limited to 'testhal/STM32/STM32F1xx/RTC')
-rw-r--r-- | testhal/STM32/STM32F1xx/RTC/mcuconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F1xx/RTC/mcuconf.h b/testhal/STM32/STM32F1xx/RTC/mcuconf.h index 674f5b1c0..fc566a85a 100644 --- a/testhal/STM32/STM32F1xx/RTC/mcuconf.h +++ b/testhal/STM32/STM32F1xx/RTC/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_ */ |