From 872f9af6aed49fa088d89152b983506285e1d34b Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Thu, 6 Aug 2015 00:03:45 -0700 Subject: stmhal: Use CMSIS_MCU definition from mpconfigboard.mk This needs to land afte #1407 lands, since #1407 is where the CMSIS_MCU was defined. --- stmhal/boards/NETDUINO_PLUS_2/stm32f4xx_hal_conf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'stmhal/boards/NETDUINO_PLUS_2') 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 ############################## */ -- cgit v1.2.3