diff options
| author | Davide Gerhard <[email protected]> | 2024-06-28 19:57:59 +0200 |
|---|---|---|
| committer | Davide Gerhard <[email protected]> | 2024-06-28 19:57:59 +0200 |
| commit | 8f9a57636c9ae6b51e272274ea79f01a7a2631c1 (patch) | |
| tree | d4a9ad2c20645bbb11f869f0c49c3cd8c5bdc48f /examples/device/hid_multiple_interface/src | |
| parent | 7125ac20caf1b0e3e46eb8ed2c5125bdc924ba71 (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/src')
0 files changed, 0 insertions, 0 deletions
