Skip to content

Commit

Permalink
update ast_radio_print_rx_audio_stats() function header comment to cl…
Browse files Browse the repository at this point in the history
…arify that it will print using ast_verbose() if passed in fd < 0
  • Loading branch information
davidgsd committed Sep 15, 2024
1 parent c9d1b41 commit 5a30d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asterisk/res_usbradio.h
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ int ast_radio_check_rx_audio(short *sbuf, struct rxaudiostatistics *o, short len
* ie. 10*log10(scaledVal) for power levels.
*
* \author NR9V
* \param fd File descriptor to print to, or if -1 print using ast_verbose()
* \param fd File descriptor to print to, or if < 0 print using ast_verbose()
* \param o Channel data structure
* \return None
*/
Expand Down

0 comments on commit 5a30d09

Please sign in to comment.