Skip to content

Commit 307c106

Browse files
committed
Fix multiple definitions of GR-LYCHEE
1 parent 2bf1b5c commit 307c106

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
@@ -5840,10 +5840,9 @@
58405840
},
58415841
"GR_LYCHEE": {
58425842
"inherits": ["RZ_A1XX"],
5843-
"components_add": ["SD", "FLASHIAP"],
58445843
"supported_form_factors": ["ARDUINO"],
58455844
"extra_labels_add": ["RZA1UL", "MBRZA1LU"],
5846-
"components_add": ["SD"],
5845+
"components_add": ["SD", "FLASHIAP"],
58475846
"device_has_add": ["USBDEVICE", "TRNG", "FLASH", "LPTICKER"],
58485847
"device_has_remove": ["ETHERNET"],
58495848
"release_versions": ["2", "5"],

0 commit comments

Comments
 (0)