Skip to content

Commit 8b297a4

Browse files
bcostmadbridge
authored andcommitted
Put device_name in upper-case in targets.json
1 parent c4bf5c2 commit 8b297a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@
13321332
"macros": ["TRANSACTION_QUEUE_SIZE_SPI=2", "USBHOST_OTHER"],
13331333
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG"],
13341334
"release_versions": ["2", "5"],
1335-
"device_name": "stm32l475vg"
1335+
"device_name": "STM32L475VG"
13361336
},
13371337
"DISCO_L476VG": {
13381338
"inherits": ["Target"],

0 commit comments

Comments
 (0)