mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
Remove CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE which is not needed any more
This commit is contained in:
parent
230c93a641
commit
f700c08aed
@ -58,14 +58,6 @@
|
||||
#define CFG_TUD_AUDIO_TX_FIFO_SIZE 0 // Buffer size per channel
|
||||
#endif
|
||||
|
||||
#ifndef CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE
|
||||
#define CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE 0
|
||||
#endif
|
||||
|
||||
#if CFG_TUD_AUDIO_TX_FIFO_SIZE && CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE
|
||||
#error TX_FIFOs and TX_DMA_RINGBUFFER can not be used simultaneously!
|
||||
#endif
|
||||
|
||||
#ifndef CFG_TUD_AUDIO_RX_FIFO_SIZE
|
||||
#define CFG_TUD_AUDIO_RX_FIFO_SIZE 0 // Buffer size per channel
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user