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

examples: zephyr: Switch main return type from void to int #28

Closed arnopo closed 1 year ago

arnopo commented 1 year ago

Zephyr requires now a int main return.

This fixes build warning: zephy_rpmsg_multi_services/openamp-system-reference/examples/zephyr/rpmsg_multi_services/src/main_remote.c:480:6: warning: return type of 'main' is not 'int' [-Wmain] 480 | void main(void) | ^~~~