Skip to content

Commit 86ff342

Browse files
committed
!fixup
1 parent c21b794 commit 86ff342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/stm32/OpenAMP/mbox_ipcc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ int MAILBOX_Poll(struct virtio_device *vdev, uint32_t vring_id)
119119
* RING_NUM_BUFFS times at maximum.
120120
*/
121121
rproc_virtio_notified(vdev, VRING1_ID);
122-
msg_received_ch2 = RX_NO_MSG;
122+
msg_received_ch2 = MBOX_NO_MSG;
123123
ret = 0;
124124
}
125125
break;

0 commit comments

Comments
 (0)