nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
345:dfde56236c36
Parent:
0:eff01767de02
Child:
346:14b090482fd2
--- a/common/assertion.h	Fri Jun 19 15:55:34 2015 +0100
+++ b/common/assertion.h	Fri Jun 19 15:55:35 2015 +0100
@@ -80,11 +80,9 @@
 // Assert Helper
 //--------------------------------------------------------------------+
 //#ifndef _TEST_
-//  #define ASSERT_MESSAGE(format, ...)\
-//    _PRINTF("Assert at %s: %s: %d: " format "\n", __BASE_FILE__, __PRETTY_FUNCTION__, __LINE__, __VA_ARGS__)
+//  #define ASSERT_MESSAGE(format, ...) _PRINTF("Assert at %s: %s: %d: " format "\n", __BASE_FILE__, __PRETTY_FUNCTION__, __LINE__, __VA_ARGS__)
 //#else
-//  #define ASSERT_MESSAGE(format, ...)\
-//    _PRINTF("%d:note: Assert " format "\n", __LINE__, __VA_ARGS__)
+//  #define ASSERT_MESSAGE(format, ...) _PRINTF("%d:note: Assert " format "\n", __LINE__, __VA_ARGS__)
 //#endif
 
 #if CFG_DEBUG == 3
@@ -197,4 +195,4 @@
 
 #endif /* _ASSERTION_H_ */
 
-/** @} */
+/** @} */
\ No newline at end of file