From d49846740be4aaf483646bb1f1e07d0acf2b071b Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 31 Jul 2014 14:39:35 +0100 Subject: [PATCH] rename BLEDeviceInstanceBase.hpp to .h; our online toolchain has problems with exporting .hpp files --- common/{BLEDeviceInstanceBase.hpp => BLEDeviceInstanceBase.h} | 0 public/BLEDevice.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename common/{BLEDeviceInstanceBase.hpp => BLEDeviceInstanceBase.h} (100%) diff --git a/common/BLEDeviceInstanceBase.hpp b/common/BLEDeviceInstanceBase.h similarity index 100% rename from common/BLEDeviceInstanceBase.hpp rename to common/BLEDeviceInstanceBase.h diff --git a/public/BLEDevice.h b/public/BLEDevice.h index fb7d343..9f2e93f 100644 --- a/public/BLEDevice.h +++ b/public/BLEDevice.h @@ -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,