build: Default to STM32F40x (ie the STM32F4DISCOVERY board)

This commit is contained in:
Solomon Peachy 2013-10-23 20:20:50 -04:00
parent c987255ecb
commit 070bedc3aa
1 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@
#MCU=stm32f2xx
#MCU=stm32f4xx
#MCU_SUBTYPE=stm32f40xx
MCU=stm32f4xx
MCU_SUBTYPE=stm32f40xx
#MCU_SUBTYPE=stm32f427x
#MCU=stm32f10x
@ -54,8 +54,8 @@
#MCU_SUBTYPE=efm32wg280f128
# Many more
MCU=samd20
MCU_SUBTYPE=samd20j14
#MCU=samd20
#MCU_SUBTYPE=samd20j14
# Many more
#TARGET_LDCPPFLAGS = -DMCU=$(MCU)