mirror of https://github.com/ARMmbed/mbed-os.git
Fix compilation errors on linux machine
Change path of include from '\' to '/', which works on linux as well.pull/3841/head
parent
71f302268e
commit
c78f73ca63
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
#include "common/common.h"
|
||||
|
||||
#include "ble_srv_common.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
|
||||
error_t btle_init(void);
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#define _CUSTOM_HELPER_H_
|
||||
|
||||
#include "common/common.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble/UUID.h"
|
||||
#include "ble/GattCharacteristic.h"
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define YOTTA_CFG_IRK_TABLE_MAX_SIZE BLE_GAP_WHITELIST_IRK_MAX_COUNT
|
||||
#endif
|
||||
#include "ble/blecommon.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble/GapAdvertisingParams.h"
|
||||
#include "ble/GapAdvertisingData.h"
|
||||
#include "ble/Gap.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include <stddef.h>
|
||||
|
||||
#include "ble/blecommon.h"
|
||||
#include "headers\ble.h" /* nordic ble */
|
||||
#include "headers/ble.h" /* nordic ble */
|
||||
#include "ble/Gap.h"
|
||||
#include "ble/GattServer.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "ble/DiscoveredService.h"
|
||||
#include "nRF5xDiscoveredCharacteristic.h"
|
||||
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gattc.h"
|
||||
|
||||
class nRF5xGattClient; /* forward declaration */
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "nrf_error.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gattc.h"
|
||||
#include "ble_advdata.h"
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "app_util.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
#define BLE_CONN_PARAMS_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_srv_common.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "sdk_mapped_flags.h"
|
||||
#include "app_error.h"
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "sdk_mapped_flags.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#define BLE_GATT_DB_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gattc.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <string.h>
|
||||
#include "nordic_common.h"
|
||||
#include "app_error.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
|
||||
bool ble_srv_is_notification_enabled(uint8_t const * p_encoded_data)
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
#include <stdbool.h>
|
||||
#include "ble_types.h"
|
||||
#include "app_util.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "ble_gatt.h"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "id_manager.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "ble_conn_state.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "sdk_common.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
#include "peer_database.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "security_dispatcher.h"
|
||||
|
||||
#include <string.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "ble_conn_state.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "sdk_errors.h"
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "ble_gap.h"
|
||||
#include "peer_manager_types.h"
|
||||
#include "security_dispatcher.h"
|
||||
|
|
|
@ -55,7 +55,7 @@ extern "C" {
|
|||
#ifdef BLE_STACK_SUPPORT_REQD
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#include "nrf_sdm.h"
|
||||
#include "app_error.h"
|
||||
#include "app_util.h"
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
#elif defined(ANT_STACK_SUPPORT_REQD)
|
||||
#include "ant_interface.h"
|
||||
#elif defined(BLE_STACK_SUPPORT_REQD)
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#endif
|
||||
|
||||
#define RAM_START_ADDRESS 0x20000000
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
#include "ble_stack_handler_types.h"
|
||||
#include "ant_stack_handler_types.h"
|
||||
#if defined(BLE_STACK_SUPPORT_REQD)
|
||||
#include "headers\ble.h"
|
||||
#include "headers/ble.h"
|
||||
#endif
|
||||
#include "app_ram_base.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue