summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManikandan C <mchockalingam@de.adit-jv.com>2018-11-14 14:08:34 +0100
committerManikandan C <mchockalingam@de.adit-jv.com>2018-12-05 17:29:35 +0100
commit0c4343bf75f52c1c42ffa6e6f5d3601d5b111540 (patch)
tree387aa7bff77959f5480c5545383c5383b7ab0798 /include
parent73180fc762f015935950f697822710af3f5bd23d (diff)
downloadDLT-daemon-0c4343bf75f52c1c42ffa6e6f5d3601d5b111540.tar.gz
rename #define STATIC to DLT_STATICstatic_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.