You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building echo_client with make "CONF_FILE=prj_qemu_802154.conf", there's a warning:
CC drivers/ieee802154/ieee802154_uart_pipe.o
/mnt/hdd/projects-3rdparty/Embedded/Zephyr/zephyr/drivers/ieee802154/ieee802154_uart_pipe.c: In function ‘upipe_rx’:
/mnt/hdd/projects-3rdparty/Embedded/Zephyr/zephyr/drivers/ieee802154/ieee802154_uart_pipe.c:96:9: warning: return from incompatible pointer type [-Wincompatible-pointer-types]
return pkt;
^~~
I quickly compared that with e.g. slip.c, and saw processing in rx callback is quite different there. @tbursztyka , can you please see if it requires just a cast, or more things bitrotted there?
The text was updated successfully, but these errors were encountered:
Building echo_client with make "CONF_FILE=prj_qemu_802154.conf", there's a warning:
I quickly compared that with e.g. slip.c, and saw processing in rx callback is quite different there. @tbursztyka , can you please see if it requires just a cast, or more things bitrotted there?
The text was updated successfully, but these errors were encountered: