A few more changes due to the libopencm3 merge

This commit is contained in:
Ben Gamari
2013-07-07 17:24:08 -04:00
parent 98f30188c1
commit 1bbe375746
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
#BOARD ?= JELLYBEAN
BOARD ?= JAWBREAKER
HACKRF_OPTS = -D$(BOARD) -DLPC43XX
HACKRF_OPTS = -D$(BOARD) -DLPC43XX -DLPC43XX_M4
# comment to disable RF transmission
HACKRF_OPTS += -DTX_ENABLE

View File

@ -24,7 +24,7 @@
#include <libopencm3/lpc43xx/cgu.h>
#include <libopencm3/lpc43xx/gpio.h>
#include <libopencm3/lpc43xx/nvic.h>
#include <libopencm3/lpc43xx/m4/nvic.h>
#include <libopencm3/lpc43xx/sgpio.h>
#include <hackrf_core.h>

View File

@ -27,7 +27,7 @@
#include "usb_standard_request.h"
#include <libopencm3/lpc43xx/creg.h>
#include <libopencm3/lpc43xx/nvic.h>
#include <libopencm3/lpc43xx/m4/nvic.h>
#include <libopencm3/lpc43xx/rgu.h>
#include <libopencm3/lpc43xx/usb.h>