From e1ac9fb3f3d0b007d7f7a94e702df2330c7760ee Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 29 May 2022 10:34:46 +0000 Subject: [PATCH] - changed include barrier git-svn-id: http://moon:8086/svn/software/trunk/libsrc/radio@888 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- radio_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/radio_types.h b/radio_types.h index 22f446b..e852fdb 100755 --- a/radio_types.h +++ b/radio_types.h @@ -1,6 +1,6 @@ // -------------------------------------------------------------- -#ifndef RADIO_TYPES_H -#define RADIO_TYPES_H +#ifndef _RADIO_TYPES_H_ +#define _RADIO_TYPES_H_ #include // -------------------------------------------------------------- @@ -25,4 +25,4 @@ typedef uint8_t data_t; // -------------------------------------------------------------- -#endif // RADIO_TYPES_H +#endif // _RADIO_TYPES_H_