mbed library sources

Fork of mbed-src by mbed official

Revision:
304:89b9c3a9a045
Parent:
303:78e31413b129
--- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/nrf-sdk/app_common/app_error.h	Fri Aug 29 11:45:07 2014 +0100
+++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/nrf-sdk/app_common/app_error.h	Fri Aug 29 17:15:07 2014 +0100
@@ -48,7 +48,7 @@
 #define APP_ERROR_HANDLER(ERR_CODE)                         \
     do                                                      \
     {                                                       \
-        app_error_handler((ERR_CODE), __LINE__, (uint8_t*) __FILE__);  \
+        /* app_error_handler((ERR_CODE), __LINE__, (uint8_t*) __FILE__); */ \
     } while (0)
 
 /**@brief Macro for calling error handler function if supplied error code any other than NRF_SUCCESS.