diff --git a/system_stm32f1xx/system_stm32f1xx.c b/system_stm32f1xx/system_stm32f1xx.c index fa46661..dd6c344 100644 --- a/system_stm32f1xx/system_stm32f1xx.c +++ b/system_stm32f1xx/system_stm32f1xx.c @@ -84,6 +84,7 @@ * ****************************************************************************** */ +#if !defined(ARDUINO) /** @addtogroup CMSIS * @{ @@ -220,6 +221,7 @@ static void SetSysClock(void) /** * @} */ - + +#endif /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/