Formatting

This commit is contained in:
Imbus 2024-07-02 06:31:52 +02:00
parent c06bb51cdc
commit eb4b11dda7

View file

@ -26,7 +26,7 @@ struct RingBuf {
} __attribute__((packed));
/*
* Considerations: One hot encoding for the enum values
* Considerations: One hot encoding for the enum values
* (8 bit each with -fshort-enums)
*/