diff options
Diffstat (limited to 'serial_link/protocol/triple_buffered_object.h')
-rw-r--r-- | serial_link/protocol/triple_buffered_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/serial_link/protocol/triple_buffered_object.h b/serial_link/protocol/triple_buffered_object.h index 03209709cb..2e57db3f50 100644 --- a/serial_link/protocol/triple_buffered_object.h +++ b/serial_link/protocol/triple_buffered_object.h @@ -25,6 +25,8 @@ SOFTWARE. #ifndef SERIAL_LINK_TRIPLE_BUFFERED_OBJECT_H #define SERIAL_LINK_TRIPLE_BUFFERED_OBJECT_H +#include <stdint.h> + typedef struct { uint8_t state; uint8_t buffer[] __attribute__((aligned(4))); |