Merge pull request #247 from danielpieczko/fix/hid_report_xua_include

Include xua_conf_full.h before checking HID_CONTROLS to ensure it's d…
This commit is contained in:
Ross Owen
2022-03-02 15:18:58 +00:00
committed by GitHub

View File

@@ -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 <assert.h>