summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManikandan C <mchockalingam@de.adit-jv.com>2018-11-14 14:08:34 +0100
committerChristoph Lipka <clipka@users.noreply.github.com>2018-12-06 10:54:25 +0100
commitf50cd0544d70c837d68a28316d2141c5a650db91 (patch)
tree387aa7bff77959f5480c5545383c5383b7ab0798 /include
parent73180fc762f015935950f697822710af3f5bd23d (diff)
downloadDLT-daemon-f50cd0544d70c837d68a28316d2141c5a650db91.tar.gz
rename #define STATIC to DLT_STATIC
Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 59b58fa..f939329 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -377,9 +377,9 @@ enum {
* Provision to test static function
*/
#ifndef DLT_UNIT_TESTS
-#define STATIC static
+#define DLT_STATIC static
#else
-#define STATIC
+#define DLT_STATIC
#endif
/**
* The definition of the serial header containing the characters "DLS" + 0x01.