forked from PAWPAW-Mirror/lib_xua
Merge branch 'develop' of github.com:xmos/lib_xua into develop
This commit is contained in:
@@ -5,6 +5,7 @@ UNRELEASED
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* CHANGED: Exclude HID Report functions unless the HID feature is enabled
|
* CHANGED: Exclude HID Report functions unless the HID feature is enabled
|
||||||
|
* FIXED: Incorrect conditional compilation of HID report code
|
||||||
|
|
||||||
3.1.0
|
3.1.0
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -1104,6 +1104,9 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#endif // if IAP_EA_NATIVE_TRANS
|
||||||
|
|
||||||
|
#endif // ifdef IAP
|
||||||
|
|
||||||
default:
|
default:
|
||||||
#if ( 0 < HID_CONTROLS )
|
#if ( 0 < HID_CONTROLS )
|
||||||
@@ -1125,9 +1128,6 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
//::
|
//::
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
// Copyright 2021-2022 XMOS LIMITED.
|
// Copyright 2021-2022 XMOS LIMITED.
|
||||||
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
||||||
|
#include "xua_conf_full.h"
|
||||||
#if( 0 < HID_CONTROLS )
|
#if( 0 < HID_CONTROLS )
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user