Lancaster University's fork of the mbed BLE API. Lives on github, https://github.com/lancaster-university/BLE_API
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: ble/services/DFUService.h
- Revision:
- 1006:76ae9bbf173f
- Parent:
- 994:1f46234b1237
- Child:
- 1007:8bb218c4dd38
--- a/ble/services/DFUService.h Wed Dec 02 10:29:46 2015 +0000 +++ b/ble/services/DFUService.h Wed Dec 02 12:57:28 2015 +0000 @@ -14,8 +14,6 @@ * limitations under the License. */ -#ifdef TARGET_NRF51822 /* DFU only supported on nrf51 platforms */ - #ifndef __BLE_DFU_SERVICE_H__ #define __BLE_DFU_SERVICE_H__ @@ -142,5 +140,4 @@ static ResetPrepare_t handoverCallback; /**< Application-specific handover callback. */ }; -#endif /* #ifndef __BLE_DFU_SERVICE_H__*/ -#endif /* #ifdef TARGET_NRF51822 */ \ No newline at end of file +#endif /* #ifndef __BLE_DFU_SERVICE_H__*/ \ No newline at end of file