module_queue now uses lib_xassert (rather than module_xassert)

This commit is contained in:
Ross Owen
2015-10-13 17:36:45 +01:00
parent 2ae88301eb
commit 92a985b2fd
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ sc_usb_audio Change Log
- CHANGE: Mixer and non-mixer channel comms scheme (decouple <-> audio path) now identical
- CHANGE: Input stream buffering modified such that during overflow older samples are removed
rather than ignoring most recent samples. Removes any chance of stale input packets
being sent to host.
being sent to host
- CHANGE: module_queue (in sc_usb_audio) now uses lib_xassert rather than module_xassert
6.12.6
------

View File

@@ -11,4 +11,4 @@
MODULE_XCC_XC_FLAGS = $(XCC_XC_FLAGS)
DEPENDENT_MODULES = module_xassert
DEPENDENT_MODULES = lib_xassert