From 92a985b2fdab036a01ccdc0d957f2f7e015308be Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Tue, 13 Oct 2015 17:36:45 +0100 Subject: [PATCH] module_queue now uses lib_xassert (rather than module_xassert) --- CHANGELOG.rst | 3 ++- module_queue/module_build_info | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 477bcef0..d8f4c124 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ------ diff --git a/module_queue/module_build_info b/module_queue/module_build_info index 84cb704f..5082786c 100644 --- a/module_queue/module_build_info +++ b/module_queue/module_build_info @@ -11,4 +11,4 @@ MODULE_XCC_XC_FLAGS = $(XCC_XC_FLAGS) -DEPENDENT_MODULES = module_xassert +DEPENDENT_MODULES = lib_xassert