Skip to content

Commit 7388b44

Browse files
committed
[target.json - progen] changing a wrong config
ARCH_MAX has a STM32F407 mcu
1 parent 9e5a779 commit 7388b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
"extra_labels": ["STM", "STM32F4", "STM32F407", "STM32F407VG"],
10141014
"macros": ["LSI_VALUE=32000"],
10151015
"inherits": ["Target"],
1016-
"progen": {"target": "lpc1768"},
1016+
"progen": {"target": "arch-max"},
10171017
"device_has": ["ANALOGIN", "ANALOGOUT", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
10181018
"release": true
10191019
},

0 commit comments

Comments
 (0)