summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dlt/dlt_common.h')
-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.