Skip to content

Commit f1c89e7

Browse files
committed
test it
1 parent 8e674e9 commit f1c89e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

firmware/common/mixer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "spi_bus.h"
2929
#elif defined(RAD1O)
3030
#include "max2871.h"
31+
#include "rffc5071.h"
3132
#endif
3233

3334
#if defined(JAWBREAKER) || defined(HACKRF_ONE) || defined(PRALINE)

firmware/common/rf_path.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "hackrf_ui.h"
3232
#include "max283x.h"
3333
#include "max5864.h"
34-
#include "mixer.h"
34+
//#include "mixer.h"
3535
#include "platform_detect.h"
3636
#include "sgpio.h"
3737
#if defined(HACKRF_ONE) || defined(RAD1O) || defined(PRALINE)

0 commit comments

Comments
 (0)