diff options
| author | Dave Hylands | 2015-08-06 00:03:45 -0700 |
|---|---|---|
| committer | Damien George | 2015-08-07 08:54:14 +0100 |
| commit | 872f9af6aed49fa088d89152b983506285e1d34b (patch) | |
| tree | 90f10e11dd47ac2965da6fda9667dcd9af3603ac /stmhal/boards/ESPRUINO_PICO | |
| parent | 8f59bacb92cb705d79f08f29f4d64c0a774ab78f (diff) | |
stmhal: Use CMSIS_MCU definition from mpconfigboard.mk
This needs to land afte #1407 lands, since #1407 is where
the CMSIS_MCU was defined.
Diffstat (limited to 'stmhal/boards/ESPRUINO_PICO')
| -rw-r--r-- | stmhal/boards/ESPRUINO_PICO/stm32f4xx_hal_conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/ESPRUINO_PICO/stm32f4xx_hal_conf.h b/stmhal/boards/ESPRUINO_PICO/stm32f4xx_hal_conf.h index 044862a0e..fcbb6637a 100644 --- a/stmhal/boards/ESPRUINO_PICO/stm32f4xx_hal_conf.h +++ b/stmhal/boards/ESPRUINO_PICO/stm32f4xx_hal_conf.h @@ -46,7 +46,6 @@ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ -#define STM32F401xE #define USE_USB_FS /* ########################## Module Selection ############################## */ |
