Forgot to include rf_path.h now that its pin setup is called from hackrf_core.

This commit is contained in:
Jared Boone
2013-11-21 10:23:53 -08:00
parent b285b91e4c
commit 5468a01a9b

View File

@ -26,6 +26,7 @@
#include "max2837.h"
#include "rffc5071.h"
#include "sgpio.h"
#include "rf_path.h"
#include <libopencm3/lpc43xx/i2c.h>
#include <libopencm3/lpc43xx/cgu.h>
#include <libopencm3/lpc43xx/gpio.h>