fix unused var warning

This commit is contained in:
matthias.ringwald@gmail.com 2014-10-16 13:47:44 +00:00
parent 21549150c6
commit e9f7ae9d05

View File

@ -37,7 +37,6 @@ typedef enum {
// configuration area {
static bd_addr_t remote = {0x84, 0x38, 0x35, 0x65, 0xD1, 0x15}; // address of remote device
static const int data_volume = DATA_VOLUME; // amout of test data to send in bytes
static const char * spp_service_name_prefix = "Bluetooth-Incoming"; // default on OS X
// configuration area }