some formatting fixes

This commit is contained in:
2025-01-24 16:30:32 +01:00
parent 23a27e3e10
commit ff03fa0e80

View File

@@ -1,8 +1,7 @@
#pragma once
// fits colours with each channel having a width of 2 bits
#include <stdint.h>
// fits colours with each channel having a width of 2 bits
typedef union {
uint8_t packed;
struct {