9
0
Fork 0

Removed forced enable of CONFIG_READLINE_ECHO in apps/system/readline/readline.h

This commit is contained in:
Gregory Nutt 2015-02-01 13:15:31 -06:00
parent ab7192223b
commit 7c6756d8e7
1 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,7 @@
/****************************************************************************
* apps/system/readline/readline.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Copyright (C) 2013, 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@ -45,12 +45,6 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/* In some systems, the underlying serial logic may automatically echo
* characters back to the console. We will assume that that is not the case
& here
*/
#define CONFIG_READLINE_ECHO 1
/* Some environments may return CR as end-of-line, others LF, and others
* both. If not specified, the logic here assumes either (but not both) as