X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Ftest.h;h=5540d105f062276f8f47a6633425ca22244f4ea1;hb=dc9c2e09cf5e9837cdd3106c57db749301c5bf95;hp=96b4138b3de6e991a562bf16c4146f603b394eb0;hpb=32f1305bcddad74e6b2e3255d99a177204065664;p=bertos.git diff --git a/bertos/cfg/test.h b/bertos/cfg/test.h index 96b4138b..5540d105 100644 --- a/bertos/cfg/test.h +++ b/bertos/cfg/test.h @@ -47,6 +47,11 @@ * 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. + * */ #define SILENT_ASSERT(str) \ kputs("SILENT_ASSERT:$"str"$\n")