long dao / nRF51822

Dependents:   VNG_BLE_Basic

Fork of nRF51822 by Nordic Semiconductor

Revision:
93:0e7a9efee6d7
Parent:
77:9886b2865631
--- a/btle/btle.cpp	Wed Jan 21 10:01:16 2015 +0000
+++ b/btle/btle.cpp	Wed Jan 21 10:01:17 2015 +0000
@@ -55,9 +55,7 @@
 
 static void sys_evt_dispatch(uint32_t sys_evt)
 {
-#if NEED_PSTORAGE /* disabled by default */
     pstorage_sys_event_handler(sys_evt);
-#endif
 }
 
 error_t btle_init(void)