-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix two bugs regarding the shown marker frequency:
The function frequency_string_short did not append 'Mhz' properly for 1-9Mhz cell_draw_marker_info stored frequency in a int32_t instead of freqHz_t, which caused sign conversion after 2.1Ghz, making marker reading beyond that point bogus. Note that this is only visible with multiple markers.
- Loading branch information
Showing
1 changed file
with
35 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters