Skip to content
Snippets Groups Projects
Commit 2de11821 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: src/global.h:1.16
parent 52fcc874
No related merge requests found
...@@ -161,7 +161,7 @@ struct b8_t_s { B4_T x,y; }; ...@@ -161,7 +161,7 @@ struct b8_t_s { B4_T x,y; };
#endif #endif
#if defined(B8_T) #if defined(B8_T)
struct b16_t { B8_T x,y; }; struct b16_t_s { B8_T x,y; };
#define B16_T struct b16_t_s #define B16_T struct b16_t_s
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment