mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-06 23:12:03 +01:00
Local and remote objects WIP
This commit is contained in:
@@ -27,7 +27,7 @@ SOFTWARE.
|
||||
|
||||
typedef struct {
|
||||
uint8_t state;
|
||||
uint8_t buffer[];
|
||||
uint8_t buffer[] __attribute__((aligned(4)));
|
||||
}triple_buffer_object_t;
|
||||
|
||||
void triple_buffer_init(triple_buffer_object_t* object);
|
||||
|
||||
Reference in New Issue
Block a user