Resolving build issues due to moving from custom/devicedefines.h to conf headers. Also removed i_audMan
This commit is contained in:
@@ -67,7 +67,7 @@ int main()
|
||||
on tile[1]: XUA_Buffer(c_ep_out[1], c_ep_in[1], c_sof, c_aud_ctl, p_for_mclk_count, c_aud);
|
||||
|
||||
/* IOHub core does most of the audio IO i.e. I2S (also serves as a hub for all audio) */
|
||||
on tile[0]: XUA_AudioHub(c_aud, null);
|
||||
on tile[0]: XUA_AudioHub(c_aud);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
/* Required by lib_xua at the moment. To be replaced with lib_xua_conf.h"
|
||||
*/
|
||||
|
||||
// Copyright (c) 2016, XMOS Ltd, All rights reserved
|
||||
#ifndef __custom_defines_h__
|
||||
#define __custom_defines_h__
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // __custom_defines_h__
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <platform.h>
|
||||
#include <timer.h>
|
||||
#include "audiohw.h"
|
||||
#include "customdefines.h"
|
||||
|
||||
#include "xua.h"
|
||||
#include "i2c_shared.h"
|
||||
|
||||
#include "cs5368.h"
|
||||
|
||||
Reference in New Issue
Block a user