Skip to content

Commit 2e9752a

Browse files
committed
Revert "[nrf fromlist] mbox: temporary workaround for missing ic-msg"
This reverts commit 3850f28. Signed-off-by: Maciej Meijer <[email protected]>
1 parent 893c333 commit 2e9752a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/mbox/mbox_nrf_vevif_task_tx.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55

66
#define DT_DRV_COMPAT nordic_nrf_vevif_task_tx
77

8-
#include <zephyr/kernel.h>
98
#include <zephyr/devicetree.h>
109
#include <zephyr/drivers/mbox.h>
1110

1211
#include <haly/nrfy_vpr.h>
1312

1413
#define TASKS_IDX_MAX NRF_VPR_TASKS_TRIGGER_MAX
15-
#define VEVIF_RETRIGGER_DELAY 12
1614

1715
struct mbox_vevif_task_tx_conf {
1816
NRF_VPR_Type *vpr;
@@ -41,10 +39,6 @@ static int vevif_task_tx_send(const struct device *dev, uint32_t id, const struc
4139

4240
nrfy_vpr_task_trigger(config->vpr, nrfy_vpr_trigger_task_get(id));
4341

44-
k_busy_wait(VEVIF_RETRIGGER_DELAY);
45-
46-
nrfy_vpr_task_trigger(config->vpr, nrfy_vpr_trigger_task_get(id));
47-
4842
return 0;
4943
}
5044

0 commit comments

Comments
 (0)