meh
Fork of mbed by
Diff: TARGET_NUCLEO_F030R8/stm32f0xx.h
- Revision:
- 92:4fc01daae5a5
- Parent:
- 90:cb3d968589d8
- Child:
- 93:e188a91d3eaa
--- a/TARGET_NUCLEO_F030R8/stm32f0xx.h Wed Oct 29 11:02:04 2014 +0000 +++ b/TARGET_NUCLEO_F030R8/stm32f0xx.h Thu Nov 27 13:33:22 2014 +0000 @@ -75,7 +75,7 @@ !defined (STM32F071xB) && !defined (STM32F072xB) && !defined (STM32F078xx) && \ !defined (STM32F091xC) && !defined (STM32F098xx) /* #define STM32F030x6 */ /*!< STM32F030x4, STM32F030x6 Devices (STM32F030xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */ - #define STM32F030x8 /*!< STM32F030x8 Devices (STM32F030xx microcontrollers where the Flash memory is 64 Kbytes) */ +#define STM32F030x8 /*!< STM32F030x8 Devices (STM32F030xx microcontrollers where the Flash memory is 64 Kbytes) */ /* #define STM32F031x6 */ /*!< STM32F031x4, STM32F031x6 Devices (STM32F031xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */ /* #define STM32F038xx */ /*!< STM32F038xx Devices (STM32F038xx microcontrollers where the Flash memory is 32 Kbytes) */ /* #define STM32F042x6 */ /*!< STM32F042x4, STM32F042x6 Devices (STM32F042xx microcontrollers where the Flash memory ranges between 16 and 32 Kbytes) */ @@ -98,14 +98,14 @@ In this case, these drivers will not be included and the application code will be based on direct access to peripherals registers */ - #define USE_HAL_DRIVER +#define USE_HAL_DRIVER #endif /* USE_HAL_DRIVER */ /** * @brief CMSIS Device version number V2.1.0 */ #define __STM32F0xx_CMSIS_DEVICE_VERSION_MAIN (0x02) /*!< [31:24] main version */ -#define __STM32F0xx_CMSIS_DEVICE_VERSION_SUB1 (0x00) /*!< [23:16] sub1 version */ +#define __STM32F0xx_CMSIS_DEVICE_VERSION_SUB1 (0x01) /*!< [23:16] sub1 version */ #define __STM32F0xx_CMSIS_DEVICE_VERSION_SUB2 (0x00) /*!< [15:8] sub2 version */ #define __STM32F0xx_CMSIS_DEVICE_VERSION_RC (0x00) /*!< [7:0] release candidate */ #define __STM32F0xx_CMSIS_DEVICE_VERSION ((__CMSIS_DEVICE_VERSION_MAIN << 24)\