1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From 81dfde2a2969021c7068dbe914505d395535d38f Mon Sep 17 00:00:00 2001
From: Jared Boone <jboone@earfeast.com>
Date: Mon, 10 Nov 2014 16:06:59 -0800
Subject: [PATCH 34/68] RFFC5071: Remove extraneous #include.
---
firmware/common/rffc5071_spi.c | 1 -
1 file changed, 1 deletion(-)
--- a/firmware/common/rffc5071_spi.c
+++ b/firmware/common/rffc5071_spi.c
@@ -20,7 +20,6 @@
* Boston, MA 02110-1301, USA.
*/
-#include <libopencm3/lpc43xx/ssp.h>
#include <libopencm3/lpc43xx/scu.h>
#include <libopencm3/lpc43xx/gpio.h>
#include "hackrf_core.h"
|