output
This commit is contained in:
@ -19,4 +19,9 @@ typedef struct __attribute__((__packed__)) {
|
||||
t_event events[SECONDS_PER_MINUTE];
|
||||
} t_minuteStruct;
|
||||
|
||||
typedef union {
|
||||
t_minuteStruct s;
|
||||
uint8_t b[sizeof(t_minuteStruct)];
|
||||
} t_minuteBuffer;
|
||||
|
||||
#endif // _SINKSTRUCT_H_
|
Reference in New Issue
Block a user