Skip to content

Commit

Permalink
[VirtIO] mbox_ipcc.c: Remove legacy code
Browse files Browse the repository at this point in the history
This line originates from the CubeMP1 examples but it is considered
legacy and can be removed.
stm32duino#766 (comment)
  • Loading branch information
kbumsik committed Mar 11, 2020
1 parent e900395 commit 81301ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cores/arduino/stm32/OpenAMP/mbox_ipcc.c
Expand Up @@ -120,9 +120,6 @@ int MAILBOX_Poll(struct virtio_device *vdev, uint32_t vring_id)
*/
rproc_virtio_notified(vdev, VRING1_ID);
msg_received_ch2 = RX_NO_MSG;

/* The OpenAMP framework does not notify for free buf: do it here */
rproc_virtio_notified(NULL, VRING1_ID);
ret = 0;
}
break;
Expand Down

0 comments on commit 81301ee

Please sign in to comment.