From cd0ab49709bc57e93eb90c6bc4a45228c9d5c033 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 11 Oct 2015 09:16:02 +0000 Subject: Fixed bug #647. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8352 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F0xx/stm32_registry.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os') diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index a9a59acbd..163f5cbed 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -1050,6 +1050,9 @@ /*===========================================================================*/ #elif defined(STM32F030x6) || defined(STM32F030x8) || defined(STM32F030xC) +/* Common identifier of all STM32F030 devices.*/ +#define STM32F030 + /* ADC attributes.*/ #define STM32_HAS_ADC1 TRUE #define STM32_ADC_SUPPORTS_PRESCALER FALSE -- cgit v1.2.3