Dependents:   BLE_MIDI

Fork of nRF51822 by Nordic Semiconductor

Revision:
361:d2405f5a4853
Parent:
347:b5d18c33fd8a
Child:
362:6fa0d4d555f6
diff -r 7c68c8d67e1f -r d2405f5a4853 common/assertion.h
--- a/common/assertion.h	Fri Jun 19 15:55:37 2015 +0100
+++ b/common/assertion.h	Thu Jul 02 09:08:44 2015 +0100
@@ -80,9 +80,11 @@
 // 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