forked from PAWPAW-Mirror/lib_xua
Initial file tidy-up. Created app_xua_simple.
This commit is contained in:
17
examples/app_xua_simple/src/simulation.xc
Normal file
17
examples/app_xua_simple/src/simulation.xc
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright (c) 2016, XMOS Ltd, All rights reserved
|
||||
|
||||
#include <platform.h>
|
||||
#include "audiohw.h"
|
||||
#include "customdefines.h"
|
||||
|
||||
void AudioHwConfig(unsigned samFreq, unsigned mClk, chanend ?c_codec, unsigned dsdMode,
|
||||
unsigned sampRes_DAC, unsigned sampRes_ADC)
|
||||
{
|
||||
// nothing
|
||||
}
|
||||
|
||||
void AudioHwInit(chanend ?c_codec)
|
||||
{
|
||||
// nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user