Fixed include problem in HealthThermometer header

Modified the HealthThermometer header file to include BLE.h from
ble/BLE.h.
master
Andres Amaya Garcia 2015-10-27 14:19:20 +00:00
parent f8e3d2f44c
commit da3d9f811a
1 changed files with 1 additions and 1 deletions

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