From 82b5d4d60b95307082ef7dd9e62d9926a0e54d57 Mon Sep 17 00:00:00 2001 From: "Harry Clark (clarkh9)" Date: Sat, 7 Jan 2023 00:22:45 +0000 Subject: [PATCH] Update data_types.h --- include/data_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/data_types.h b/include/data_types.h index 0583119..c0c474c 100644 --- a/include/data_types.h +++ b/include/data_types.h @@ -11,7 +11,7 @@ typedef struct FIXED_INT_TYPE { uint16_t A; - uint32_t B; + uint32_t B; uint64_t C; int16_t D; int32_t E; @@ -23,4 +23,4 @@ typedef struct FIXED_INT_TYPE #define VARIABLE_C 3.14 -#endif \ No newline at end of file +#endif