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:
parent
b4079badf7
commit
6e0164be3c
2
boards/mbed_lpc1768/dist/flash.sh
vendored
2
boards/mbed_lpc1768/dist/flash.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user