Include xua_conf_full.h before checking HID_CONTROLS to ensure it's defined

This commit is contained in:
Daniel Pieczko
2022-03-02 13:43:54 +00:00
parent 2931d41882
commit c027e2df18

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>