OpenAMP / openamp-system-reference

End-to-end system reference material showcasing all the different aspects of OpenAMP, on multiple vendor platforms.
Other
16 stars 15 forks source link

legay_apps: test: fix bad array index in rpmsg-nocopy-echo #58

Closed arnopo closed 1 month ago

arnopo commented 1 month ago

The buff_list contains MAX_NB_TX_BUFF elements. The last element is at index (MAX_NB_TX_BUFF - 1).