summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c')
-rw-r--r--nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c b/nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c
index 0855594fe..b9fdb0ef6 100644
--- a/nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c
+++ b/nuttx/arch/arm/src/nuc1xx/nuc_lowputc.c
@@ -299,7 +299,7 @@ void nuc_lowsetup(void)
#endif
#if NUC_CONSOLE_2STOP != 0
- revgval |= UART_LCR_NSB;
+ regval |= UART_LCR_NSB;
#endif
putreg32(regval, NUC_CONSOLE_BASE + NUC_UART_LCR_OFFSET);