FIX: [ti-calibrator-wl18xx] wgod-ng: get -p parameter for output power

working

BugzId: 82736
This commit is contained in:
Patrick Walther 2023-03-28 18:18:05 +02:00
parent b70b5622be
commit 999dce5a07
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ if [ $# -le 0 ]; then
usage usage
fi fi
while getopts a:b:c:d:g:hi:r:s:t: OPT; do while getopts a:b:c:d:g:hi:r:p:s:t: OPT; do
case $OPT in case $OPT in
a) W_ANTENNA=$OPTARG;; a) W_ANTENNA=$OPTARG;;
b) W_BANDWIDTH=$OPTARG;; b) W_BANDWIDTH=$OPTARG;;