Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: hathach#2690
- Loading branch information