forked from PAWPAW-Mirror/lib_xua
Comment only
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 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 <xs1.h>
|
#include <xs1.h>
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
// Copyright 2011-2021 XMOS LIMITED.
|
// Copyright 2011-2022 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 <xs1.h>
|
#include <xs1.h>
|
||||||
#include <print.h>
|
#include <print.h>
|
||||||
#include "xua.h"
|
#include "xua.h"
|
||||||
@@ -15,7 +13,6 @@
|
|||||||
/* FAST_MIXER has a bit of a nasty implentation but is more effcient */
|
/* FAST_MIXER has a bit of a nasty implentation but is more effcient */
|
||||||
#define FAST_MIXER 1
|
#define FAST_MIXER 1
|
||||||
|
|
||||||
|
|
||||||
//#ifdef OUT_VOLUME_IN_MIXER
|
//#ifdef OUT_VOLUME_IN_MIXER
|
||||||
static unsigned int multOut_array[NUM_USB_CHAN_OUT + 1];
|
static unsigned int multOut_array[NUM_USB_CHAN_OUT + 1];
|
||||||
static xc_ptr multOut;
|
static xc_ptr multOut;
|
||||||
|
|||||||
Reference in New Issue
Block a user