Skip to content

Commit 3abe696

Browse files
author
Oren Cohen
committed
Typo
1 parent 249a066 commit 3abe696

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ These images were compiled by the following command:
2020
mbed test --compile -m FUTURE_SEQUANA_M0_PSA -t GCC_ARM --profile debug -n *psa-*
2121
```
2222

23-
To update the prebuilt binnaries run the previous commands and then run ```python export_binnaries.py```
23+
To update the prebuilt binaries run the previous commands and then run ```python export_binaries.py```

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/export_binnaries.py renamed to targets/TARGET_Cypress/TARGET_PSOC6/TARGET_FUTURE_SEQUANA_PSA/prebuilt/export_binaries.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@
3232
target_dir = os.path.join(SCRIPT_DIR, f)
3333

3434
shutil.copyfile(os.path.join(DELIVERY_DIR, f), target_dir)
35-
36-
37-

0 commit comments

Comments
 (0)