mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 17:06:31 +00:00
Correct an error introduced in this file in very recent commits
This commit is contained in:
parent
1cd7c4f626
commit
113d5a2a81
2 changed files with 3 additions and 0 deletions
|
|
@ -6934,3 +6934,5 @@
|
|||
convert those configurations to use the kconfig-frontends tools.
|
||||
See http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig for
|
||||
some guidelines (2014-3-6).
|
||||
* drivers/serial/Kconfig: Correct an error introduced in this file
|
||||
in very recent commits (2013-3-6).
|
||||
|
|
|
|||
|
|
@ -340,6 +340,7 @@ config ARCH_HAVE_UART
|
|||
config ARCH_HAVE_UART0
|
||||
bool
|
||||
default n
|
||||
select MCU_SERIAL
|
||||
|
||||
config ARCH_HAVE_UART1
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue