summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/pic32mx/pic32mx-serial.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-24 19:44:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-24 19:44:25 -0600
commit327a500d8b8f1db89faf436804b010d80f75ea6f (patch)
tree2f5abd9745a5bab9d4735f5d2cb38f12f4c509c7 /nuttx/arch/mips/src/pic32mx/pic32mx-serial.c
parent5978ab011d89e16aac5dfac288a9404cdc4b10d0 (diff)
downloadnuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.tar.gz
nuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.tar.bz2
nuttx-327a500d8b8f1db89faf436804b010d80f75ea6f.zip
PIC32MZ: Add serial driver
Diffstat (limited to 'nuttx/arch/mips/src/pic32mx/pic32mx-serial.c')
-rw-r--r--nuttx/arch/mips/src/pic32mx/pic32mx-serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/mips/src/pic32mx/pic32mx-serial.c b/nuttx/arch/mips/src/pic32mx/pic32mx-serial.c
index fd15a837e..69b97424f 100644
--- a/nuttx/arch/mips/src/pic32mx/pic32mx-serial.c
+++ b/nuttx/arch/mips/src/pic32mx/pic32mx-serial.c
@@ -217,7 +217,7 @@ static char g_uart2rxbuffer[CONFIG_UART2_RXBUFSIZE];
static char g_uart2txbuffer[CONFIG_UART2_TXBUFSIZE];
#endif
-/* This describes the state of the AVR32 UART1 port. */
+/* This describes the state of the PIC32MX UART1 port. */
#ifdef CONFIG_PIC32MX_UART1
static struct up_dev_s g_uart1priv =
@@ -251,7 +251,7 @@ static uart_dev_t g_uart1port =
};
#endif
-/* This describes the state of the AVR32 UART2 port. */
+/* This describes the state of the PIC32MX UART2 port. */
#ifdef CONFIG_PIC32MX_UART2
static struct up_dev_s g_uart2priv =