summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorDavide Gerhard <[email protected]>2024-06-28 19:57:59 +0200
committerDavide Gerhard <[email protected]>2024-06-28 19:57:59 +0200
commit8f9a57636c9ae6b51e272274ea79f01a7a2631c1 (patch)
treed4a9ad2c20645bbb11f869f0c49c3cd8c5bdc48f /examples/device/hid_multiple_interface
parent7125ac20caf1b0e3e46eb8ed2c5125bdc924ba71 (diff)
audio.h: fix error ISO C restricts enumerator values to range of 'int'
fix error ~/dsp/libs/tinyusb/src/class/audio/audio.h:643:53: error: ISO C restricts enumerator values to range of 'int' before C23 [-Werror=pedantic] 643 | AUDIO_CHANNEL_CONFIG_RAW_DATA = 0x80000000, // TODO | ^~~~~~~~~~ compilation terminated due to -Wfatal-errors. Closes: https://github.com/hathach/tinyusb/issues/2690
Diffstat (limited to 'examples/device/hid_multiple_interface')
0 files changed, 0 insertions, 0 deletions