All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
const struct
|
||||
struct
|
||||
{
|
||||
uint8_t InterfaceNumber; /**< Interface number of the HID interface within the device. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user