[riot-notifications] [RIOT-OS/RIOT] net/gcoap: split out the coap processing part of _on_sock_evt (#15321)
benpicco
notifications at github.com
Thu Nov 5 17:00:33 CET 2020
@benpicco approved this pull request.
looks good to me - just squash that whitespace fix in real quick :wink:
> +static void _process_coap_pdu(sock_udp_t *sock, sock_udp_ep_t *remote,
+ uint8_t *buf, size_t len);
```suggestion
static void _process_coap_pdu(sock_udp_t *sock, sock_udp_ep_t *remote,
uint8_t *buf, size_t len);
```
> +static void _process_coap_pdu(sock_udp_t *sock, sock_udp_ep_t *remote,
+ uint8_t *buf, size_t len)
```suggestion
static void _process_coap_pdu(sock_udp_t *sock, sock_udp_ep_t *remote,
uint8_t *buf, size_t len)
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15321#pullrequestreview-524411147
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201105/db89aab9/attachment-0001.htm>
More information about the notifications
mailing list