aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rtl/rtl_source_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rtl/rtl_source_c.h')
-rw-r--r--lib/rtl/rtl_source_c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rtl/rtl_source_c.h b/lib/rtl/rtl_source_c.h
index 76de400..902b386 100644
--- a/lib/rtl/rtl_source_c.h
+++ b/lib/rtl/rtl_source_c.h
@@ -122,11 +122,11 @@ private:
static void _rtlsdr_wait(rtl_source_c *obj);
void rtlsdr_wait();
- std::vector<gr_complex> _lut;
+ std::vector<float> _lut;
rtlsdr_dev_t *_dev;
gr::thread::thread _thread;
- unsigned short **_buf;
+ unsigned char **_buf;
unsigned int _buf_num;
unsigned int _buf_len;
unsigned int _buf_head;