From 544b85c7b522b366670bfa0e17c2380a8d490145 Mon Sep 17 00:00:00 2001 From: batt Date: Fri, 8 Aug 2008 19:18:08 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1580 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/test.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index 5540d105..c9d736b2 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -47,13 +47,12 @@ * this is not really an error. To ignore that we mark it * with this macro, where str is the message string of the assert * that we want to drop. - * To use this macro copy the assert log message, and paste as argument - * of this macro. In assert message log is report also the number line - * of the code that have generate the assert in this way you can trap - * only the select assert message. - * + * To use this macro copy the assert log message and paste as argument + * of this macro. In assert message log is reported also the line number + * of the code that have generated the assert. + * In this way you can trap only the selected assert message. */ -#define SILENT_ASSERT(str) \ - kputs("SILENT_ASSERT:$"str"$\n") +#define SILENT_ASSERT(str) kputs("SILENT_ASSERT:$"str"$\n") + #endif /* CFG_TEST_H */ -- 2.25.1