From: batt Date: Fri, 8 Aug 2008 19:18:08 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.0.0~354 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=544b85c7b522b366670bfa0e17c2380a8d490145;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1580 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */