Skip to content

Commit a8fc16e

Browse files
Fixing alignment on the lines for SDP-K1 description.
1 parent 2ffa39f commit a8fc16e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

targets/targets.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3694,39 +3694,39 @@
36943694
"device_name": "STM32F469NI",
36953695
"bootloader_supported": true
36963696
},
3697-
"SDP-K1": {
3697+
"SDP-K1": {
36983698
"inherits": ["FAMILY_STM32"],
36993699
"core": "Cortex-M4",
3700-
"supported_form_factors": ["ARDUINO"],
3700+
"supported_form_factors": ["ARDUINO"],
37013701
"extra_labels_add": [
37023702
"STM32F4",
37033703
"STM32F469",
37043704
"STM32F469NI",
37053705
"STM32F469xI",
37063706
"STM32F469xx"
37073707
],
3708-
"config": {
3708+
"config": {
37093709
"clock_source": {
37103710
"help": "Clock source to use, can be XTAL or RC",
37113711
"value": "USE_PLL_HSE_XTAL|USE_PLL_HSI",
37123712
"macro_name": "CLOCK_SOURCE"
37133713
},
3714-
"clock_freq": {
3715-
"help": "Clock frequency in Mhz",
3716-
"value": "8",
3717-
"macro_name": "CLOCK_FREQUENCY_MHZ"
3718-
}
3714+
"clock_freq": {
3715+
"help": "Clock frequency in Mhz",
3716+
"value": "8",
3717+
"macro_name": "CLOCK_FREQUENCY_MHZ"
3718+
}
37193719
},
3720-
"overrides": {
3721-
"lse_available": 0
3720+
"overrides": {
3721+
"lse_available": 0
37223722
},
3723-
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
3724-
"device_has_add": [
3723+
"macros_add": ["USB_STM_HAL", "USBHOST_OTHER"],
3724+
"device_has_add": [
37253725
"ANALOGOUT",
3726-
"MPU"
3726+
"MPU"
37273727
],
37283728
"device_name": "STM32F469NI",
3729-
"release_versions": ["5"],
3729+
"release_versions": ["5"],
37303730
"detect_code": ["0604"]
37313731
},
37323732
"DISCO_L053C8": {

0 commit comments

Comments
 (0)