summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/boards/STM32F7DISC
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2015-08-06 00:03:45 -0700
committerDamien George <damien.p.george@gmail.com>2015-08-07 08:54:14 +0100
commit872f9af6aed49fa088d89152b983506285e1d34b (patch)
tree90f10e11dd47ac2965da6fda9667dcd9af3603ac /stmhal/boards/STM32F7DISC
parent8f59bacb92cb705d79f08f29f4d64c0a774ab78f (diff)
downloadmicropython-872f9af6aed49fa088d89152b983506285e1d34b.tar.gz
micropython-872f9af6aed49fa088d89152b983506285e1d34b.zip
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/STM32F7DISC')
-rw-r--r--stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h b/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h
index 5c6b22dd02..fb33add2ba 100644
--- a/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h
+++ b/stmhal/boards/STM32F7DISC/stm32f7xx_hal_conf.h
@@ -46,7 +46,6 @@
/* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/
-#define STM32F746xx
#define USE_USB_FS
/* ########################## Module Selection ############################## */