rename BLEDeviceInstanceBase.hpp to .h; our online toolchain has problems with exporting .hpp files
This commit is contained in:
parent
d36e2ab23d
commit
d49846740b
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "blecommon.h"
|
||||
#include "Gap.h"
|
||||
#include "GattServer.h"
|
||||
#include "BLEDeviceInstanceBase.hpp"
|
||||
#include "BLEDeviceInstanceBase.h"
|
||||
|
||||
/**
|
||||
* The base class used to abstract away BLE capable radio transceivers or SOCs,
|
||||
|
|
Loading…
Reference in a new issue