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 de1701c commit 82ef95bCopy full SHA for 82ef95b
include/nuttx/rpmsg/rpmsg_port.h
@@ -56,7 +56,7 @@ struct rpmsg_port_config_s
56
FAR void *rxbuf;
57
};
58
59
-#ifdef CONFIG_RPMSG_PORT_SPI
+#if defined(CONFIG_RPMSG_PORT_SPI) || defined(CONFIG_RPMSG_PORT_SPI_SLAVE)
60
61
/* There are two gpios used for communication between two chips. At the SPI
62
* master side, mreq is an output gpio pin which is used to notify the
0 commit comments