Copyright comment

This commit is contained in:
Ross Owen
2023-01-17 12:12:46 +00:00
parent 2404eaf35f
commit 0ce91bec90
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
// Copyright 2011-2023 XMOS LIMITED. // Copyright 2011-2023 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.
#pragma unsafe arrays #pragma unsafe arrays
static inline unsigned DoSampleTransfer(chanend ?c_out, const int readBuffNo, const unsigned underflowWord) static inline unsigned DoSampleTransfer(chanend ?c_out, const int readBuffNo, const unsigned underflowWord)
{ {

View File

@@ -1,4 +1,4 @@
# Copyright 2022 XMOS LIMITED. # Copyright 2023 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.
import pytest import pytest
import Pyxsim import Pyxsim