aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F0xx/stm32f0xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM32F0xx/stm32f0xx.h')
-rw-r--r--os/hal/platforms/STM32F0xx/stm32f0xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F0xx/stm32f0xx.h b/os/hal/platforms/STM32F0xx/stm32f0xx.h
index 07c252c11..23ee738ec 100644
--- a/os/hal/platforms/STM32F0xx/stm32f0xx.h
+++ b/os/hal/platforms/STM32F0xx/stm32f0xx.h
@@ -213,7 +213,8 @@ typedef enum IRQn
*/
#include "core_cm0.h"
-#include "system_stm32f0xx.h"
+/* CHIBIOS FIX */
+/*#include "system_stm32f0xx.h"*/
#include <stdint.h>
/** @addtogroup Exported_types