From 5468a01a9b547e7ef2b9f26d0afa3eb054e8bc69 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Thu, 21 Nov 2013 10:23:53 -0800 Subject: [PATCH] Forgot to include rf_path.h now that its pin setup is called from hackrf_core. --- firmware/common/hackrf_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/common/hackrf_core.c b/firmware/common/hackrf_core.c index cb2be704..629aa065 100644 --- a/firmware/common/hackrf_core.c +++ b/firmware/common/hackrf_core.c @@ -26,6 +26,7 @@ #include "max2837.h" #include "rffc5071.h" #include "sgpio.h" +#include "rf_path.h" #include #include #include