Hello,
I am trying to implement Bi-directional Message Port Communication as described here:
But I get compiler error:
error: no matching function for call to 'message_port_register_local_port'
at the line:
int local_port_id = message_port_register_local_port(local_port, message_port_cb);
Please help what is wrong in my code?