msp430f5529: fix compile

This commit is contained in:
Matthias Ringwald 2016-03-28 11:23:58 +02:00
parent dde31d0bb5
commit 63498137b1
2 changed files with 8 additions and 8 deletions

View File

@ -64,6 +64,7 @@ SPP = \
l2cap_signaling.c \
rfcomm.c \
sdp_util.c \
spp_server.c \
SDP_CLIENT += \
sdp_client.o \

View File

@ -49,19 +49,18 @@
#include <msp430.h>
#include "btstack_chipset_cc256x.h"
#include "btstack_config.h"
#include "btstack_memory.h"
#include "btstack_run_loop.h"
#include "btstack_run_loop_embedded.h"
#include "classic/btstack_link_key_db.h"
#include "hal_board.h"
#include "hal_compat.h"
#include "hal_usb.h"
#include "btstack_run_loop.h"
#include "hal_tick.h"
#include "hal_cpu.h"
#include "hal_tick.h"
#include "hal_usb.h"
#include "hci.h"
#include "hci_dump.h"
#include "btstack_memory.h"
#include "classic/btstack_link_key_db.h"
#include "btstack_config.h"
static void hw_setup(void){