Skip to content
Permalink
Browse files
Update data_types.h
  • Loading branch information
clarkh9 committed Jan 7, 2023
1 parent a9f3066 commit 82b5d4d60b95307082ef7dd9e62d9926a0e54d57
Showing 1 changed file with 2 additions and 2 deletions.
@@ -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
#endif

0 comments on commit 82b5d4d

Please sign in to comment.