Skip to content

Commit 64e9fe1

Browse files
committed
targets.json: "LOWPOWERTIMER" device_has is not used
1 parent c1b49aa commit 64e9fe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/targets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,7 +3433,6 @@
34333433
"device_has_add": [
34343434
"ANALOGOUT",
34353435
"CAN",
3436-
"LOWPOWERTIMER",
34373436
"TRNG",
34383437
"FLASH",
34393438
"MPU"
@@ -3473,7 +3472,7 @@
34733472
},
34743473
"extra_labels_add": ["STM32F4", "STM32F439", "STM32F439VI", "STM32F439xx", "STM32F439xI"],
34753474
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT"],
3476-
"device_has_add": ["ANALOGOUT", "LOWPOWERTIMER", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU"],
3475+
"device_has_add": ["ANALOGOUT", "SERIAL_ASYNCH", "TRNG", "FLASH", "MPU"],
34773476
"detect_code": ["9015"],
34783477
"release_versions": ["2", "5"],
34793478
"device_name" : "STM32F439VI",

0 commit comments

Comments
 (0)