summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/m16c/m16c_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/m16c/m16c_serial.c')
-rw-r--r--nuttx/arch/sh/src/m16c/m16c_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/sh/src/m16c/m16c_serial.c b/nuttx/arch/sh/src/m16c/m16c_serial.c
index a3bd6c07e..69a33e626 100644
--- a/nuttx/arch/sh/src/m16c/m16c_serial.c
+++ b/nuttx/arch/sh/src/m16c/m16c_serial.c
@@ -65,7 +65,7 @@
#if defined(CONFIG_M16C_UART0) || defined(CONFIG_M16C_UART1) || defined(CONFIG_M16C_UART2)
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration **********************************************************/
@@ -235,7 +235,7 @@ elif defined(CONFIG_M16C_UART1)
# undef TTYS1_DEV /* No tty2 */
#endif
-/* Definitions for the enable field of the device structure */
+/* Pre-processor Definitions for the enable field of the device structure */
#define M16C_RXENABLED 0x01
#define M16C_TXENABLED 0x02