Fix use of undefined pp-token #errror, other typos.

This commit is contained in:
Juha Niskanen
2019-09-19 18:19:18 -06:00
committed by Gregory Nutt
parent c6689b3093
commit e8b5dd4528
99 changed files with 136 additions and 172 deletions
+2 -14
View File
@@ -46,25 +46,13 @@
#include "up_internal.h"
/* This is a "stub" file to suppport up_putc if no real serial driver is
/* This is a "stub" file to support up_putc if no real serial driver is
* configured. Normally, drivers/serial/uart_16550.c provides the serial
* driver for this platform.
*/
#ifdef USE_SERIALDRIVER
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -74,7 +62,7 @@
*
* Description:
* These functions must be provided by the processor-specific code in order
* to correctly access 16550 registers
* to correctly access 16550 registers.
*
****************************************************************************/