From ce62be1ea59b9633ba7c6241c7834ff4a131f2dc Mon Sep 17 00:00:00 2001 From: Liyou Zhou Date: Thu, 26 Nov 2015 14:24:38 +0000 Subject: [PATCH] Change position of ifdef --- ble/services/DFUService.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ble/services/DFUService.h b/ble/services/DFUService.h index 093f445..7149efb 100644 --- a/ble/services/DFUService.h +++ b/ble/services/DFUService.h @@ -19,8 +19,6 @@ #ifndef __BLE_DFU_SERVICE_H__ #define __BLE_DFU_SERVICE_H__ -#ifdef TARGET_NRF51822 /* DFU only supported on nrf51 platforms */ - #include "ble/BLE.h" #include "ble/UUID.h" @@ -144,6 +142,5 @@ protected: static ResetPrepare_t handoverCallback; /**< application specific handover callback. */ }; -#endif /* #ifdef TARGET_NRF51822 */ #endif /* #ifndef __BLE_DFU_SERVICE_H__*/ #endif /* #ifdef TARGET_NRF51822 */