mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-06-28 05:57:49 +02:00
fix type definition in library
interface sorry mom! :P
This commit is contained in:
@ -110,7 +110,7 @@ static rtlsdr_device_t devices[] = {
|
||||
{ 0x1d19, 0x1101, "Dexatek DK DVB-T Dongle (Logilink VG0002A)" },
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct rtlsdr_dev {
|
||||
struct libusb_device_handle *devh;
|
||||
rtlsdr_tuner_t *tuner;
|
||||
int rate; /* Hz */
|
||||
|
Reference in New Issue
Block a user