From 94bd80674afbff95c8eea0bb0917889d03fbceee Mon Sep 17 00:00:00 2001 From: Luna Nightshade Date: Mon, 22 May 2023 23:16:55 +0100 Subject: [PATCH] Add comment --- chuniio/chuniio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chuniio/chuniio.c b/chuniio/chuniio.c index cb90302..ecd97d8 100644 --- a/chuniio/chuniio.c +++ b/chuniio/chuniio.c @@ -25,7 +25,8 @@ static struct chuni_io_config chuni_io_cfg; struct IPCMemoryInfo { - uint8_t airIoStatus[6]; + // Unused in this version. Air bits are sent via a separate MMIO file. + uint8_t unused[6]; uint8_t sliderIoStatus[32]; uint8_t ledRgbData[32 * 3]; uint8_t testBtn;