SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Revision:
65:98215c4f3a25
Parent:
49:c941433e0eb0
--- a/nordic/nrf-sdk/nrf_assert.h	Mon Sep 08 15:45:22 2014 +0000
+++ b/nordic/nrf-sdk/nrf_assert.h	Mon Sep 08 17:21:46 2014 +0100
@@ -57,7 +57,6 @@
 #else
 #define ASSERT(expr) //!< Assert empty when disabled
 void assert_nrf_callback(uint16_t line_num, const uint8_t *file_name);
-
 #endif /* defined(DEBUG_NRF) || defined(DEBUG_NRF_USER) */
 
 #ifdef __cplusplus