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. */