[target.json - progen] changing a wrong config

ARCH_MAX has a STM32F407 mcu
pull/2138/head
ohagendorf 2016-07-10 20:58:35 +02:00
parent 9e5a7794ab
commit 7388b446d4
1 changed files with 1 additions and 1 deletions

View File

@ -1013,7 +1013,7 @@
"extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
"macros": ["LSI_VALUE=32000"],
"inherits": ["Target"],
"progen": {"target": "lpc1768"},
"progen": {"target": "arch-max"},
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"release": true
},