Fixed include problem in HealthThermometer header

Modified the HealthThermometer header file to include BLE.h from
ble/BLE.h.
This commit is contained in:
Andres Amaya Garcia 2015-10-27 14:19:20 +00:00
parent f8e3d2f44c
commit da3d9f811a

View file

@ -17,7 +17,7 @@
#ifndef __BLE_HEALTH_THERMOMETER_SERVICE_H__
#define __BLE_HEALTH_THERMOMETER_SERVICE_H__
#include "BLE.h"
#include "ble/BLE.h"
/**
* @class HealthThermometerService