From: Mooneer Salem Date: Sun, 3 Jan 2021 17:18:47 +0000 (-0800) Subject: Fix typo in filter bandwidths list. X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=442a7e07cfad888e5ea3ee0174a8d671a3eda381;p=pihpsdr.git Fix typo in filter bandwidths list. --- diff --git a/filter.c b/filter.c index 19efdc7..e8f215b 100644 --- a/filter.c +++ b/filter.c @@ -82,7 +82,7 @@ FILTER filterDIGU[FILTERS]={ { 0,4000,"4.0k"}, { 0,3000,"3.0k"}, { 250,2750,"2.5k"}, - { 500,2500,"2.5k"}, + { 500,2500,"2.0k"}, { 750,2250,"1.5k"}, {1000,2000,"1.0k"}, {1125,1875,"750"},