aqhome: fixed a bug.

This commit is contained in:
Martin Preuss
2024-09-18 00:09:16 +02:00
parent 4687a8726b
commit 9a2a1764d9

View File

@@ -39,7 +39,7 @@
#define AQH_MSGIPC_GETDEVICES_RSP_OFFS_IO 36 /* 2 bytes */
#define AQH_MSGIPC_GETDEVICES_RSP_MINSIZE (GWEN_MSGIPC_OFFS_PAYLOAD+AQH_MSGIPC_GETDEVICES_RSP_OFFS_LASTCHG+8)
#define AQH_MSGIPC_GETDEVICES_RSP_MINSIZE (GWEN_MSGIPC_OFFS_PAYLOAD+AQH_MSGIPC_GETDEVICES_RSP_OFFS_IO+2)
static void _addU16t(uint8_t **pPtr, uint16_t i);