Unverified Commit 07781e9c authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Rename BTstack lib to BTstackLib (#1360)

Fixes #1356

Mac and Windows have case-insensitive filesystems, so the will find
the internal (all-lowercase) "btstack.h" and not the library's "BTstack.h",
causing compilation errors.

Rename the library and header to avoid the issue.
parent c276a36c
#include <BTstack.h>
#include <BTstackLib.h>
#include <stdio.h>
#include "ble/att_server.h"
#include "ble/gatt_client.h"
......
// LE Peripheral Example - not working yet
#include <BTstack.h>
#include <BTstackLib.h>
#include <SPI.h>
/*
......
#include <BTstack.h>
#include <BTstackLib.h>
#include <stdio.h>
#include <SPI.h>
......
#include <BTstack.h>
#include <BTstackLib.h>
#include <SPI.h>
/* EXAMPLE_START(iBeaconScanner): iBeacon Scanner
......
......@@ -13,7 +13,7 @@
//#include <Reset.h> // also provides NVIC_SystemReset
#endif
#include "BTstack.h"
#include "BTstackLib.h"
#include "btstack_memory.h"
#include "hal_tick.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment