Skip to content

Commit

Permalink
libbladeRF: changed xb200 quick tune param recommendation
Browse files Browse the repository at this point in the history
XB-200 quick tune parameter recommendation now considered log info rather 
than an error.

Fix #882
  • Loading branch information
rthomp10 committed Mar 31, 2023
1 parent 5235a58 commit 7825ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/libraries/libbladeRF/src/board/bladerf1/bladerf1.c
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ static int bladerf1_schedule_retune(struct bladerf *dev,

if (quick_tune == NULL) {
if (dev->xb == BLADERF_XB_200) {
log_error("Consider supplying the quick_tune parameter to"
log_info("Consider supplying the quick_tune parameter to"
" bladerf_schedule_retune() when the XB-200 is enabled.\n");
}
status = lms_calculate_tuning_params((uint32_t)frequency, &f);
Expand Down

0 comments on commit 7825ae5

Please sign in to comment.