Skip to content

Commit

Permalink
Merge pull request #14674 from benpicco/tools/usb-cdc-ecm/start_netwo…
Browse files Browse the repository at this point in the history
…rk.sh-fix

tools/usb-cdc-ecm/start_network.sh: remove parameters to read
  • Loading branch information
miri64 committed Aug 2, 2020
2 parents c1f83ae + 6ac24d1 commit 763924b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/tools/usb-cdc-ecm/start_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 763924b

Please sign in to comment.