rename BLEDeviceInstanceBase.hpp to .h; our online toolchain has problems with exporting .hpp files

This commit is contained in:
Rohit Grover 2014-07-31 14:39:35 +01:00
parent d36e2ab23d
commit d49846740b
2 changed files with 1 additions and 1 deletions

View file

@ -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,