fix #86: update includes from within services to use paths starting from subfolder 'ble'

master
Rohit Grover 2015-10-27 17:23:49 +00:00
parent 5cb478cab6
commit bde2e465c8
2 changed files with 2 additions and 2 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

View File

@ -17,7 +17,7 @@
#ifndef __BLE_LINK_LOSS_SERVICE_H__
#define __BLE_LINK_LOSS_SERVICE_H__
#include "Gap.h"
#include "ble/Gap.h"
/**
* @class LinkLossService