mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:46:29 +00:00
In the current code the naming of the CONFIG_RPMSG_MULTI_INSTANCE_?_IPM_{TX,RX}_NAME symbol is 1-based. While this is not currently an issue, it could easily become such if the symbol is programmatically used as part of a preprocessor enumeration (for example when using DT_INST_FOREACH_STATUS_OKAY(...) & co). To avoid trouble, just make the index starting from 0 instead than 1. Signed-off-by: Carlo Caione <ccaione@baylibre.com> |
||
---|---|---|
.. | ||
ipc_service | ||
rpmsg_multi_instance | ||
rpmsg_service | ||
CMakeLists.txt | ||
Kconfig |