From c027e2df186246fcb2812a308d81bb35574d9ee6 Mon Sep 17 00:00:00 2001 From: Daniel Pieczko Date: Wed, 2 Mar 2022 13:43:54 +0000 Subject: [PATCH] Include xua_conf_full.h before checking HID_CONTROLS to ensure it's defined --- lib_xua/src/hid/hid_report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_xua/src/hid/hid_report.c b/lib_xua/src/hid/hid_report.c index 325aee9f..587840c4 100644 --- a/lib_xua/src/hid/hid_report.c +++ b/lib_xua/src/hid/hid_report.c @@ -1,5 +1,6 @@ // Copyright 2021-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. +#include "xua_conf_full.h" #if( 0 < HID_CONTROLS ) #include