From c8d990b893838b3263ac020b095f1a520908e815 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 11 Sep 2014 16:14:07 +0200 Subject: Added new API to send marker message from application. Signed-off-by: Alexander Wenzel --- include/dlt/dlt_user_macros.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/dlt/dlt_user_macros.h') diff --git a/include/dlt/dlt_user_macros.h b/include/dlt/dlt_user_macros.h index a8ceaf4..484350e 100644 --- a/include/dlt/dlt_user_macros.h +++ b/include/dlt/dlt_user_macros.h @@ -445,6 +445,14 @@ extern DltContext CONTEXT; } \ } while(0) +/** + * Send log message with marker. + */ +#define DLT_LOG_MARKER() \ + do { \ + dlt_log_marker(); \ + } while(0) + /** * Switch to verbose mode * -- cgit v1.2.1