1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #14674 from benpicco/tools/usb-cdc-ecm/start_network.sh-fix

tools/usb-cdc-ecm/start_network.sh: remove parameters to read
This commit is contained in:
Martine Lenders 2020-08-02 20:46:52 +02:00 committed by GitHub
commit 763924bcaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,8 +97,8 @@ fi
if [ -z "${PORT}" ]; then
echo "Network enabled over CDC-ECM"
read -n 1 -s -p "Press any key to stop"
echo
echo "Press Return to stop"
read dummy
else
${USB_CDC_ECM_DIR}/../pyterm/pyterm -p "${PORT}"
fi