summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/maximus/src/maximus_phy_ctrl.c')
-rw-r--r--cesar/hal/phy/maximus/src/maximus_phy_ctrl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
index 6c72aa6c0c..153618a33c 100644
--- a/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
+++ b/cesar/hal/phy/maximus/src/maximus_phy_ctrl.c
@@ -1268,7 +1268,9 @@ maximus_phy_recv_noise (phy_t *ctx, sci_msg_t *msg)
* or if 'phy_pbdma_start_chandata()' has been called,
* a chandata end interrupt is simulated by calling phy_pbdma_cb callback. */
ctx->pbdma.status_word.end_chandata = 1;
+#ifndef RXCE_PBPROC_MAXIMUS_TEST
maximus_pending_isrs |= (1 << PHY_HAL_INTERRUPT_PBDMA);
+#endif
}
else // ctx->pbdma.chandata_transfer = false
{