mirror of https://github.com/ARMmbed/mbed-os.git
Typo
parent
249a06675b
commit
3abe696121
|
|
@ -20,4 +20,4 @@ These images were compiled by the following command:
|
|||
mbed test --compile -m FUTURE_SEQUANA_M0_PSA -t GCC_ARM --profile debug -n *psa-*
|
||||
```
|
||||
|
||||
To update the prebuilt binnaries run the previous commands and then run ```python export_binnaries.py```
|
||||
To update the prebuilt binaries run the previous commands and then run ```python export_binaries.py```
|
||||
|
|
|
|||
|
|
@ -32,6 +32,3 @@ for f in fnmatch.filter(os.listdir(DELIVERY_DIR), '*.hex'):
|
|||
target_dir = os.path.join(SCRIPT_DIR, f)
|
||||
|
||||
shutil.copyfile(os.path.join(DELIVERY_DIR, f), target_dir)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue