summaryrefslogtreecommitdiff
path: root/cesar/test_general/hard/bridgedma/src/bridgedma-tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/hard/bridgedma/src/bridgedma-tx.c')
-rw-r--r--cesar/test_general/hard/bridgedma/src/bridgedma-tx.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cesar/test_general/hard/bridgedma/src/bridgedma-tx.c b/cesar/test_general/hard/bridgedma/src/bridgedma-tx.c
index d183c66b50..3b802899cd 100644
--- a/cesar/test_general/hard/bridgedma/src/bridgedma-tx.c
+++ b/cesar/test_general/hard/bridgedma/src/bridgedma-tx.c
@@ -29,12 +29,12 @@
#include "hal/phy/inc/bridgedma.h"
#include "hal/phy/inc/bridgedma_regs.h"
-#include "hal/phy/inc/bridgedma_soft.h"
#include <string.h>
#include <stdio.h>
#include <cyg/infra/diag.h>
#include "hal/arch/arch.h"
+#include "hal/phy/soft/bridgedma/bridgedma_crc.h"
#define TEST_BRIDGEDMA_PB_NB 5
#define TEST_BRIDGEDMA_JOB_OFFSET 18
@@ -180,8 +180,6 @@ bridgedma_segmentation_verify_test_case (void)
uint frame_offset;
uint i;
- while (phy_bridgedma_current_job (bridgedma_ctx) != 0x0)
- cyg_thread_delay (1);
cyg_thread_delay (1);
test_begin (test, "It reception")