We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9ea25 commit 8a83268Copy full SHA for 8a83268
1 file changed
cores/arduino/stm32/OpenAMP/rsc_table.c
@@ -29,7 +29,9 @@
29
#define VRING_COUNT 2
30
31
/* VirtIO rpmsg device id */
32
+#ifndef VIRTIO_ID_RPMSG
33
#define VIRTIO_ID_RPMSG 7
34
+#endif
35
36
#if defined (VIRTIO_LOG)
37
extern char virtio_log_buffer[];
0 commit comments