Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/libbs2b.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bs2btypes.h')
-rw-r--r--src/bs2btypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bs2btypes.h b/src/bs2btypes.h
index 139cb1e..6cfea60 100644
--- a/src/bs2btypes.h
+++ b/src/bs2btypes.h
@@ -64,13 +64,13 @@ typedef struct
uint8_t octet0;
uint8_t octet1;
int8_t octet2;
-} int24_t;
+} bs2b_int24_t;
typedef struct
{
uint8_t octet0;
uint8_t octet1;
uint8_t octet2;
-} uint24_t;
+} bs2b_uint24_t;
#endif /* BS2BTYPES_H */