Copyright

This commit is contained in:
Ed
2024-01-16 09:58:44 +00:00
parent eb6ed9f56e
commit 2d1585b8b1
2 changed files with 3 additions and 2 deletions

View File

@@ -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. // 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 * @brief Defines relating to device configuration and customisation of lib_xua

View File

@@ -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. // This Software is subject to the terms of the XMOS Public Licence: Version 1.
#include "xua.h" #include "xua.h"
#if XUA_USB_EN #if XUA_USB_EN
@@ -466,6 +466,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
{ {
masterClockFreq = MCLK_441; masterClockFreq = MCLK_441;
} }
// TODO add signalling to sw_pll here
} }
#endif #endif
/* Ideally we want to wait for handshake (and pass back up) here. But we cannot keep this /* Ideally we want to wait for handshake (and pass back up) here. But we cannot keep this