Skip to content

Commit 81301ee

Browse files
committed
[VirtIO] mbox_ipcc.c: Remove legacy code
This line originates from the CubeMP1 examples but it is considered legacy and can be removed. stm32duino#766 (comment)
1 parent e900395 commit 81301ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cores/arduino/stm32/OpenAMP/mbox_ipcc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ int MAILBOX_Poll(struct virtio_device *vdev, uint32_t vring_id)
120120
*/
121121
rproc_virtio_notified(vdev, VRING1_ID);
122122
msg_received_ch2 = RX_NO_MSG;
123-
124-
/* The OpenAMP framework does not notify for free buf: do it here */
125-
rproc_virtio_notified(NULL, VRING1_ID);
126123
ret = 0;
127124
}
128125
break;

0 commit comments

Comments
 (0)