nxp-mcuxpresso / rpmsg-lite

RPMsg implementation for small MCUs
BSD 3-Clause "New" or "Revised" License
228 stars 73 forks source link

rpmsg_lite_is_link_up return value #22

Closed Hadatko closed 2 years ago

Hadatko commented 2 years ago

image

Hi @MichalPrincNXP , isn't better to change return value type to uint32_t of function instead of retyping link_state?

MichalPrincNXP commented 2 years ago

Thanks for pointing at, yes, it would be better. Will update.

MichalPrincNXP commented 2 years ago

Implemented internally, will provide publicly with other changes soon.