diff options
| author | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-08-02 19:32:40 +0200 |
|---|---|---|
| committer | Dimitri Stolnikov <horiz0n@gmx.net> | 2012-08-02 19:32:40 +0200 |
| commit | 88cd4b33cf66bca84289e3de26f8e4145424f59e (patch) | |
| tree | 2b4512223b2e72fe62b0fdddb5c3a21d7a85b967 /include/rtl-sdr.h | |
| parent | 4e2a0ea0c488dbcba067edaf135af9fa7ca6a744 (diff) | |
return RTLSDR_TUNER_UNKNOWN (0) on failure of rtlsdr_get_tuner_type
Diffstat (limited to 'include/rtl-sdr.h')
| -rw-r--r-- | include/rtl-sdr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl-sdr.h b/include/rtl-sdr.h index ec0b4c8..5eef94a 100644 --- a/include/rtl-sdr.h +++ b/include/rtl-sdr.h @@ -138,7 +138,7 @@ enum rtlsdr_tuner { * Get the tuner type. * * \param dev the device handle given by rtlsdr_open() - * \return <= 0 on error, tuner type otherwise + * \return RTLSDR_TUNER_UNKNOWN on error, tuner type otherwise */ RTLSDR_API enum rtlsdr_tuner rtlsdr_get_tuner_type(rtlsdr_dev_t *dev); |
