From 7a042c10ad2bfdc173f691ddc1a05eae103274f8 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Sun, 2 Apr 2017 18:02:33 -0300 Subject: [PATCH] Better fix for Arduino IDE compilation error, now including STM32F4 --- system_stm32f1xx/system_stm32f1xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system_stm32f1xx/system_stm32f1xx.c b/system_stm32f1xx/system_stm32f1xx.c index dd6c344..b18e9bf 100644 --- a/system_stm32f1xx/system_stm32f1xx.c +++ b/system_stm32f1xx/system_stm32f1xx.c @@ -84,7 +84,7 @@ * ****************************************************************************** */ -#if !defined(ARDUINO) +#if defined(STM32F105xC) /** @addtogroup CMSIS * @{