From e8e2282bc2cd4b39ab8763ed85b64de29070d86f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 25 Apr 2014 09:56:07 -0600 Subject: [PATCH] 16z: Reduce size of stacks --- arch/z16/src/z16f/z16f_serial.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/z16/src/z16f/z16f_serial.c b/arch/z16/src/z16f/z16f_serial.c index 0b4468899f..4f8642e485 100644 --- a/arch/z16/src/z16f/z16f_serial.c +++ b/arch/z16/src/z16f/z16f_serial.c @@ -60,7 +60,7 @@ #ifdef USE_SERIALDRIVER /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* System clock frequency value from ZDS target settings */ @@ -626,7 +626,7 @@ static void z16f_rxint(struct uart_dev_s *dev, bool enable) * Name: z16f_rxavailable * * Description: - * Return true if the receive fifo is not empty + * Return true if the receive FIFO is not empty * ****************************************************************************/ @@ -688,7 +688,7 @@ static void z16f_txint(struct uart_dev_s *dev, bool enable) * Name: z16f_txready * * Description: - * Return true if the tranmsit fifo is not full + * Return true if the transmit FIFO is not full * ****************************************************************************/ @@ -702,7 +702,7 @@ static bool z16f_txready(struct uart_dev_s *dev) * Name: z16f_txempty * * Description: - * Return true if the transmit fifo is empty + * Return true if the transmit FIFO is empty * ****************************************************************************/ @@ -713,7 +713,7 @@ static bool z16f_txempty(struct uart_dev_s *dev) } /**************************************************************************** - * Public Funtions + * Public Functions ****************************************************************************/ /**************************************************************************** @@ -810,7 +810,7 @@ int up_putc(int ch) #else /* USE_SERIALDRIVER */ /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #ifdef CONFIG_UART1_SERIAL_CONSOLE