NSH library: Disable put and get commends of TFTP client is not enabled; disable wget command if web client is not enabled

This commit is contained in:
Gregory Nutt 2015-01-19 10:32:46 -06:00
parent 2842b5c5d6
commit adc91965ed
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void udp_send(FAR struct net_driver_s *dev, FAR struct udp_conn_s *conn)
{
FAR struct udp_hdr_s *udp;
nllvdbg("IP payload: %d bytes\n", dev->d_len);
nllvdbg("UDP payload: %d (%d) bytes\n", dev->d_sndlen, dev->d_len);
if (dev->d_sndlen > 0)
{