1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/mbed_lpc1768: fix file format documentation in flash

The board is flashing using a binary file and not a 'hex' file.
I did not update the documentation when renaming the variable.

The comment was copied from the other boards using 'fscopy' and a
hexfile.
This commit is contained in:
Gaëtan Harter 2019-06-25 12:31:58 +02:00
parent b4079badf7
commit 6e0164be3c
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -58,7 +58,7 @@ fi
rm -f ${MOUNT}/*.bin
# copy new binary to device
cp ${BINFILE} ${MOUNT}
# make sure hexfile was written
# make sure binary was written
sync
# unmount the device if we have manually mounted it before