Fix for compilation issues reported by Mike Smith

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5702 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-03-04 00:00:19 +00:00
parent 493102b322
commit 36299b338f
5 changed files with 8 additions and 4 deletions

View File

@ -188,7 +188,7 @@ static bool up_txempty(struct uart_dev_s *dev);
* Private Variables
****************************************************************************/
static const struct struct uart_ops_s g_uart_ops =
static const struct uart_ops_s g_uart_ops =
{
.setup = up_setup,
.shutdown = up_shutdown,

View File

@ -48,6 +48,8 @@
#include "up_internal.h"
#include "lpc17_ssp.h"
#include "lpc17_gpio.h"
#include "nucleus2g_internal.h"
/************************************************************************************

View File

@ -47,9 +47,10 @@ CONFIGURED_APPS += system/readline
CONFIGURED_APPS += nshlib
CONFIGURED_APPS += netutils/ftpc
# Optional networking support
# Additional networking support
CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/resolv
ifeq ($(CONFIG_NSH_TELNET),y)
CONFIGURED_APPS += netutils/telnetd

View File

@ -50,8 +50,8 @@
#include <nuttx/lcd/nokia6100.h>
#include "up_arch.h"
#include "lpc17_syscon.h"
#include "lpc17_pwm.h"
#include "chip/lpc17_syscon.h"
#include "chip/lpc17_pwm.h"
#include "lpc17_gpio.h"
#include "lpc1766stk_internal.h"

View File

@ -55,6 +55,7 @@
#include "up_arch.h"
#include "chip.h"
#include "lpc17_ssp.h"
#include "lpc17_gpio.h"
#include "zkitarm_internal.h"
#if defined(CONFIG_LPC17_SSP0) || defined(CONFIG_LPC17_SSP1)