Skip to content

Commit

Permalink
Switch to double to hold full precision of center freq.
Browse files Browse the repository at this point in the history
  • Loading branch information
axlan committed Nov 14, 2023
1 parent f07073f commit f06ce57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/point_one/fusion_engine/messages/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ struct P1_ALIGNAS(4) LBandConfig {
* The center frequency of the L-band beam (Hz). If `NAN` use the system
* default value.
*/
float center_frequency_hz = NAN;
double center_frequency_hz = NAN;

/**
* The size of the signal acquisition search space (in Hz) around the center
Expand Down

0 comments on commit f06ce57

Please sign in to comment.