Fixed include problem in HealthThermometer header
Modified the HealthThermometer header file to include BLE.h from ble/BLE.h.
This commit is contained in:
parent
f8e3d2f44c
commit
da3d9f811a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue