Nordic stack and drivers for the mbed BLE API
Fork of nRF51822 by
Revision 116:fa7257f1c455, committed 2015-04-30
- Comitter:
- rgrover1
- Date:
- Thu Apr 30 08:34:38 2015 +0100
- Parent:
- 115:49c36c4db93c
- Child:
- 117:dbc5d7f0fdd5
- Commit message:
- Synchronized with git rev 0466f80d
Author: Rohit Grover
remove references to app_trace from device_manager_peripheral
Changed in this revision
nordic-sdk/components/ble/device_manager/device_manager_peripheral.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/nordic-sdk/components/ble/device_manager/device_manager_peripheral.c Thu Apr 30 08:34:38 2015 +0100 +++ b/nordic-sdk/components/ble/device_manager/device_manager_peripheral.c Thu Apr 30 08:34:38 2015 +0100 @@ -10,7 +10,7 @@ */ #include "device_manager.h" -#include "app_trace.h" +// #include "app_trace.h" #include "pstorage.h" #include "ble_hci.h" #include "app_error.h" @@ -141,7 +141,7 @@ * @note That if ENABLE_DEBUG_LOG_SUPPORT is disabled, having DM_DISABLE_LOGS has no effect. * @{ */ -#define nDM_DISABLE_LOGS /**< Enable this macro to disable any logs from this module. */ +#define DM_DISABLE_LOGS /**< Enable this macro to disable any logs from this module. */ #ifndef DM_DISABLE_LOGS #define DM_LOG app_trace_log /**< Used for logging details. */