diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-08-06 00:03:45 -0700 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-08-07 08:54:14 +0100 |
commit | 872f9af6aed49fa088d89152b983506285e1d34b (patch) | |
tree | 90f10e11dd47ac2965da6fda9667dcd9af3603ac /stmhal/boards/STM32F7DISC | |
parent | 8f59bacb92cb705d79f08f29f4d64c0a774ab78f (diff) | |
download | micropython-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.h | 1 |
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 ############################## */ |