Skip to content

Commit

Permalink
Update CarrierFreqUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Narugakuruga authored Nov 6, 2023
1 parent 201de88 commit 6f834c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ public static String getSbasCf(int svid, double carrierFrequencyMhz) {
} else if (svid == 130 || svid == 143 || svid == 144) {
// BDSBAS (China)
return getBeidoucCf(carrierFrequencyMhz);
}
}
return CF_UNKNOWN;
}
Expand Down

0 comments on commit 6f834c1

Please sign in to comment.