Skip to content

Commit a9275a7

Browse files
authored
Merge pull request #159 from mazimkhan/master
Fix platform Id list
2 parents 92f8bdf + 92b0eaa commit a9275a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_lstools/lstools_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def __init__(self, **kwargs):
239239
"5015": "ARM_MPS2_M7",
240240
"5020": "HOME_GATEWAY_6LOWPAN",
241241
"5500": "RZ_A1H",
242-
"5501": "RZ_A1LU"
242+
"5501": "RZ_A1LU",
243243
"6660": "NZ32_SC151",
244244
"7010": "BLUENINJA_CDP_TZ01B",
245245
"7011": "TMPM066",

0 commit comments

Comments
 (0)