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/NETDUINO_PLUS_2 | |
| 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/NETDUINO_PLUS_2')
| -rw-r--r-- | stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h b/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h index cbea89614..46f7935c5 100644 --- a/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h +++ b/stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h @@ -46,7 +46,6 @@ /* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
-#define STM32F405xx
#define USE_USB_FS
/* ########################## Module Selection ############################## */
|
