summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tuner_e4000.c2
-rw-r--r--src/tuner_fc0012.c2
-rw-r--r--src/tuner_fc0013.c3
3 files changed, 4 insertions, 3 deletions
diff --git a/src/tuner_e4000.c b/src/tuner_e4000.c
index 18aa967..ae14dfc 100644
--- a/src/tuner_e4000.c
+++ b/src/tuner_e4000.c
@@ -8,7 +8,7 @@
#include <stdint.h>
-#include "i2c.h"
+#include "rtlsdr_i2c.h"
#include "tuner_e4000.h"
#define FUNCTION_ERROR 1
diff --git a/src/tuner_fc0012.c b/src/tuner_fc0012.c
index 0b4ca22..a13dbae 100644
--- a/src/tuner_fc0012.c
+++ b/src/tuner_fc0012.c
@@ -10,8 +10,8 @@
#include <stdio.h>
#include <stdint.h>
+#include "rtlsdr_i2c.h"
#include "tuner_fc0012.h"
-#include "i2c.h"
#define CRYSTAL_FREQ 28800000
diff --git a/src/tuner_fc0013.c b/src/tuner_fc0013.c
index c718601..22c8066 100644
--- a/src/tuner_fc0013.c
+++ b/src/tuner_fc0013.c
@@ -7,7 +7,8 @@
*/
#include <stdint.h>
-#include "i2c.h"
+
+#include "rtlsdr_i2c.h"
#include "tuner_fc0013.h"
#define CRYSTAL_FREQ 28800000