Skip to content

Commit 6647ea7

Browse files
authored
Merge pull request #79 from ARMmbed/fix_mbed_app_json
Remove invisible unicode char from mbed_app.json
2 parents 7debdcd + 0c614f4 commit 6647ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"target.app_offset" : "0xB400",
220220
"target.components_remove" : ["QSPIF"],
221221
"target.components_add" : ["FLASHIAP"],
222-
"target.restrict_size" : "0x‭ECC00",
222+
"target.restrict_size" : "0xECC00",
223223
"update-client.bootloader-details" : "0x952C",
224224
"update-client.application-details" : "0xB000",
225225
"update-client.storage-address" : "(2*1024*1024)",

0 commit comments

Comments
 (0)