summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>2020-04-24 11:13:41 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2020-07-06 10:04:07 +0900
commitb788c0350858a569297a5916e72432cf32731918 (patch)
treeead2ffb426fab8972720eb81e3130baa8bc7dee7
parent3d33c38601e2cedd3891c65c31993fd28d8e95bc (diff)
downloadDLT-daemon-b788c0350858a569297a5916e72432cf32731918.tar.gz
Remove duplicate definition of DLT_CONVERT_TEXTBUFSIZE
Signed-off-by: Bui Nguyen Quoc Thanh <thanh.buinguyenquoc@vn.bosch.com>
-rw-r--r--src/console/dlt-convert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console/dlt-convert.c b/src/console/dlt-convert.c
index 2ce5401..595f7f9 100644
--- a/src/console/dlt-convert.c
+++ b/src/console/dlt-convert.c
@@ -89,7 +89,6 @@
#include "dlt_common.h"
-#define DLT_CONVERT_TEXTBUFSIZE 10024 /* Size of buffer for text output */
#define COMMAND_SIZE 1024 /* Size of command */
#define FILENAME_SIZE 1024 /* Size of filename */
#define DLT_EXTENSION "dlt"