Skip to content

Commit 90921b9

Browse files
committed
cut-n-paste error.
1 parent a320645 commit 90921b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.linux

+3-3
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,9 @@ check-modem2400-g : gen_packets atest
782782
rm /tmp/test24-g.wav
783783

784784
check-modem4800 : gen_packets atest
785-
./gen_packets -B2400 -n 100 -o /tmp/test48.wav
786-
./atest -B2400 -F0 -L70 -G79 /tmp/test48.wav
787-
./atest -B2400 -F1 -L80 -G90 /tmp/test48.wav
785+
./gen_packets -B4800 -n 100 -o /tmp/test48.wav
786+
./atest -B4800 -F0 -L70 -G74 /tmp/test48.wav
787+
./atest -B4800 -F1 -L79 -G84 /tmp/test48.wav
788788
rm /tmp/test48.wav
789789

790790

0 commit comments

Comments
 (0)