Rebrand SM+ -> VF in host DFU example

This commit is contained in:
Sam Chesney
2017-07-20 08:58:43 +01:00
parent 114d2be444
commit c1f89f4d15
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
function usage {
echo "USAGE: testdfu.sh device_pid device_string upgrade1 upgrade2"
echo " For example:"
echo " testdfu.sh XMOS_SMART_MIC_PLUS_BASE \"XMOS SmartMic\" upgrade1.bin upgrade2.bin"
echo " testdfu.sh XMOS_VF_SPK_BASE \"XMOS VocalFusion\" upgrade1.bin upgrade2.bin"
echo " testdfu.sh 0x0008 \"xCORE\" upgrade1.bin upgrade2.bin"
exit 1
}