We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dcefe commit 2e2d3c3Copy full SHA for 2e2d3c3
cores/arduino/stm32/OpenAMP/mbox_ipcc.c
@@ -149,6 +149,7 @@ int MAILBOX_Notify(void *priv, uint32_t vring_id)
149
} else {
150
return -1;
151
}
152
+ hey!
153
154
/* Check that the channel is free (otherwise wait until it is) */
155
if (HAL_IPCC_GetChannelStatus(&hipcc, channel, IPCC_CHANNEL_DIR_TX) == IPCC_CHANNEL_STATUS_OCCUPIED) {
0 commit comments