Include file fixups (build fail)

This commit is contained in:
Ross Owen
2016-08-11 20:05:54 +01:00
parent b882c35f0f
commit 236bf6dba8
2 changed files with 1 additions and 8 deletions

View File

@@ -13,9 +13,7 @@
#include <xclib.h> #include <xclib.h>
#include <xs1_su.h> #include <xs1_su.h>
#include "devicedefines.h" #include "xua_audio.h"
#include "dfu_interface.h"
#include "audioports.h" #include "audioports.h"
#include "audiohw.h" #include "audiohw.h"
#ifdef SPDIF_TX #ifdef SPDIF_TX
@@ -23,14 +21,11 @@
#endif #endif
#ifdef ADAT_TX #ifdef ADAT_TX
#include "adat_tx.h" #include "adat_tx.h"
#ifndef ADAT_TX_USE_SHARED_BUFF #ifndef ADAT_TX_USE_SHARED_BUFF
#error Designed for ADAT tx shared buffer mode ONLY #error Designed for ADAT tx shared buffer mode ONLY
#endif #endif
#endif #endif
#include "xua_audio.h"
#include "commands.h" #include "commands.h"
#include "xc_ptr.h" #include "xc_ptr.h"

View File

@@ -16,8 +16,6 @@ typedef interface audManage_if
} audManage_if; } audManage_if;
/** The audio driver thread. /** The audio driver thread.
* *
* This function drives I2S ports and handles samples to/from other digital * This function drives I2S ports and handles samples to/from other digital