Trivial changes from review of last PR

This commit is contained in:
Gregory Nutt 2016-06-11 07:36:45 -06:00
parent da42efa545
commit 8f0e214772

View File

@ -42,20 +42,21 @@
#include <nuttx/config.h>
#include <sys/ioctl.h"
#include <sys/socket.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <pthread.h>
#include <poll.h>
#include <termios.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include <arpa/inet.h>
#include "sys/ioctl.h"
#include "sys/socket.h"
#include "termios.h"
#include "apps/netutils/esp8266.h"
@ -196,6 +197,7 @@ static int lesp_set_baudrate(int baudrate)
ndbg("TCSETS failed.\n");
return -1;
}
return 0;
}