Skip to content

Commit be05753

Browse files
authored
Moved MCU_STM32F103xE below NUCLEO_F103RB
1 parent d458f24 commit be05753

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

targets/targets.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,6 +1376,19 @@
13761376
"STM32F103xB"
13771377
]
13781378
},
1379+
"NUCLEO_F103RB": {
1380+
"inherits": [
1381+
"MCU_STM32F103xB"
1382+
],
1383+
"supported_form_factors": [
1384+
"ARDUINO",
1385+
"MORPHO"
1386+
],
1387+
"detect_code": [
1388+
"0700"
1389+
],
1390+
"device_name": "STM32F103RB"
1391+
},
13791392
"MCU_STM32F103xE": {
13801393
"inherits": [
13811394
"MCU_STM32F1"
@@ -1401,19 +1414,6 @@
14011414
"PWM"
14021415
]
14031416
},
1404-
"NUCLEO_F103RB": {
1405-
"inherits": [
1406-
"MCU_STM32F103xB"
1407-
],
1408-
"supported_form_factors": [
1409-
"ARDUINO",
1410-
"MORPHO"
1411-
],
1412-
"detect_code": [
1413-
"0700"
1414-
],
1415-
"device_name": "STM32F103RB"
1416-
},
14171417
"MCU_STM32F2": {
14181418
"inherits": [
14191419
"MCU_STM32"

0 commit comments

Comments
 (0)