We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e674e9 commit f1c89e7Copy full SHA for f1c89e7
2 files changed
firmware/common/mixer.c
@@ -28,6 +28,7 @@
28
#include "spi_bus.h"
29
#elif defined(RAD1O)
30
#include "max2871.h"
31
+ #include "rffc5071.h"
32
#endif
33
34
#if defined(JAWBREAKER) || defined(HACKRF_ONE) || defined(PRALINE)
firmware/common/rf_path.c
@@ -31,7 +31,7 @@
#include "hackrf_ui.h"
#include "max283x.h"
#include "max5864.h"
-#include "mixer.h"
+//#include "mixer.h"
35
#include "platform_detect.h"
36
#include "sgpio.h"
37
#if defined(HACKRF_ONE) || defined(RAD1O) || defined(PRALINE)
0 commit comments