forked from PAWPAW-Mirror/lib_xua
Updates to get l2 building
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
/**
|
||||
* @file AudioRequests.xc
|
||||
* @brief Implements relevant requests from the USB Audio 2.0 Specification
|
||||
* @author Ross Owen, XMOS Semiconductor
|
||||
* @version 1.4
|
||||
*/
|
||||
|
||||
#include <xs1.h>
|
||||
//#include <print.h>
|
||||
|
||||
#include "xud.h"
|
||||
#include "usb.h"
|
||||
#include "usbaudio20.h"
|
||||
|
||||
@@ -1317,7 +1317,7 @@ unsigned char cfgDesc_Audio2[] =
|
||||
#ifdef SPDIF_RX
|
||||
#define SPDIF_RX_NUM_STRS 1
|
||||
#else
|
||||
#define SPDIF_TX_NUM_STRS 0
|
||||
#define SPDIF_RX_NUM_STRS 0
|
||||
#endif
|
||||
|
||||
#ifdef ADAT_RX
|
||||
|
||||
Reference in New Issue
Block a user