You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/11 03:40:58 UTC

[incubator-nuttx] branch master updated (5dd5174 -> 73d5700)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 5dd5174  testbuild.sh: Add -C option to skip tree cleanness check
     add 95be9ea  net/callback: remove the assert check of conn instance
     add 73d5700  net/udp: fix nxstyle warning

No new revisions were added by this update.

Summary of changes:
 net/bluetooth/bluetooth_sendto.c   |  2 +-
 net/ieee802154/ieee802154_sendto.c |  2 +-
 net/sixlowpan/sixlowpan_tcpsend.c  | 18 +++++++-------
 net/tcp/tcp_close.c                |  4 ++--
 net/tcp/tcp_send_buffered.c        | 48 +++++++++++++++++++-------------------
 net/tcp/tcp_sendfile.c             | 27 ++++++++++-----------
 net/udp/udp_sendto_buffered.c      | 42 +++++++++++++++++----------------
 7 files changed, 73 insertions(+), 70 deletions(-)