From f50cd0544d70c837d68a28316d2141c5a650db91 Mon Sep 17 00:00:00 2001 From: Manikandan C Date: Wed, 14 Nov 2018 14:08:34 +0100 Subject: rename #define STATIC to DLT_STATIC Signed-off-by: ManikandanC --- include/dlt/dlt_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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. -- cgit v1.2.1