Transceiver: Fix extra space in RSP NOISELEV error

Change-Id: I35c2f3b3b9358ddb64a53f36969621d45bb243f8
This commit is contained in:
Pau Espin 2020-05-29 16:15:18 +02:00
parent fdefbfac39
commit 1b3a8881eb
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ int Transceiver::ctrl_sock_handle_rx(int chan)
(int) round(20.0 * log10(rxFullScale / lev)));
}
else {
sprintf(response,"RSP NOISELEV 1 0");
sprintf(response,"RSP NOISELEV 1 0");
}
} else if (match_cmd(command, "SETPOWER", &params)) {
int power;