Fix LOWCONSOLE confusion
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@707 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
df97faab41
commit
7103876c81
|
@ -58,12 +58,6 @@
|
|||
#include "os_internal.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
/* Defined in drivers/dev_lowconsole.c */
|
||||
|
||||
#ifdef CONFIG_USE_LOWCONSOLE
|
||||
extern void lowconsole_init(void);
|
||||
#endif
|
||||
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0
|
||||
#if defined(CONFIG_DEV_CONSOLE) && !defined(CONFIG_DEV_LOWCONSOLE)
|
||||
/****************************************************************************
|
||||
|
|
|
@ -54,12 +54,6 @@
|
|||
#include "os_internal.h"
|
||||
#include "up_internal.h"
|
||||
|
||||
/* Defined in drivers/dev_lowconsole.c */
|
||||
|
||||
#ifdef CONFIG_USE_LOWCONSOLE
|
||||
extern void lowconsole_init(void);
|
||||
#endif
|
||||
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0
|
||||
#if defined(CONFIG_DEV_CONSOLE) && !defined(CONFIG_DEV_LOWCONSOLE)
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue