From 8770cbb37583b2c4654e582874d604ee50d8f68d Mon Sep 17 00:00:00 2001 From: Dinh Cong Toan Date: Tue, 8 Jun 2021 11:19:14 +0700 Subject: Update document and fix conversion warning Signed-off-by: Dinh Cong Toan --- include/dlt/dlt_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index fc5c18a..9704ac9 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -297,8 +297,6 @@ enum { # define DLT_OUTPUT_ASCII_LIMITED 5 # define DLT_FILTER_MAX 30 /**< Maximum number of filters */ -# define JSON_FILTER_NAME_SIZE 16 /* Size of buffer for the filter names in json filter files */ -# define JSON_FILTER_SIZE 200 /* Size in bytes, that the definition of one filter with all parameters needs */ # define DLT_MSG_READ_VALUE(dst, src, length, type) \ { \ -- cgit v1.2.1