From 4963a12e18784f4d1e43f0ce72b897cd6d658e6c Mon Sep 17 00:00:00 2001 From: Ed Clarke Date: Fri, 5 Jan 2018 15:02:41 +0000 Subject: [PATCH] Remove error when DFU enabled --- lib_xua/src/core/audiohub/xua_audiohub.xc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib_xua/src/core/audiohub/xua_audiohub.xc b/lib_xua/src/core/audiohub/xua_audiohub.xc index f251762b..b72dd1c5 100755 --- a/lib_xua/src/core/audiohub/xua_audiohub.xc +++ b/lib_xua/src/core/audiohub/xua_audiohub.xc @@ -1402,6 +1402,11 @@ void SpdifTxWrapper(chanend c_spdif_tx) } #endif +#if XUA_DFU_EN +[[distributable]] +void DFUHandler(server interface i_dfu i, chanend ?c_user_cmd); +#endif + /* This function is a dummy version of the deliver thread that does not connect to the codec ports. It is used during DFU reset. */