From 2d1585b8b1960f00f1ac95f2e53f01963b69d8ee Mon Sep 17 00:00:00 2001 From: Ed Date: Tue, 16 Jan 2024 09:58:44 +0000 Subject: [PATCH] Copyright --- lib_xua/api/xua_conf_default.h | 2 +- lib_xua/src/core/buffer/ep/ep_buffer.xc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index 5937fe07..66e732b0 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -1,4 +1,4 @@ -// Copyright 2011-2023 XMOS LIMITED. +// Copyright 2011-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. /* * @brief Defines relating to device configuration and customisation of lib_xua diff --git a/lib_xua/src/core/buffer/ep/ep_buffer.xc b/lib_xua/src/core/buffer/ep/ep_buffer.xc index 0544b960..79fd6c2a 100644 --- a/lib_xua/src/core/buffer/ep/ep_buffer.xc +++ b/lib_xua/src/core/buffer/ep/ep_buffer.xc @@ -1,4 +1,4 @@ -// Copyright 2011-2023 XMOS LIMITED. +// Copyright 2011-2024 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #include "xua.h" #if XUA_USB_EN @@ -466,6 +466,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out, { masterClockFreq = MCLK_441; } + // TODO add signalling to sw_pll here } #endif /* Ideally we want to wait for handshake (and pass back up) here. But we cannot keep this