fix clang compiler issue, fix compiler warnings, tidy up

This commit is contained in:
rtlsdrblog
2023-08-21 15:16:24 +12:00
parent 2ed800b05a
commit ba387da714
3 changed files with 25 additions and 15 deletions

View File

@@ -120,4 +120,6 @@ int r82xx_set_freq(struct r82xx_priv *priv, uint32_t freq);
int r82xx_set_gain(struct r82xx_priv *priv, int set_manual_gain, int gain);
int r82xx_set_bandwidth(struct r82xx_priv *priv, int bandwidth, uint32_t rate);
int rtlsdr_check_dongle_model(void *dev, char* manufact_check, char* product_check);
#endif