summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kl
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/kl')
-rw-r--r--nuttx/arch/arm/src/kl/chip/kl_gpio.h2
-rw-r--r--nuttx/arch/arm/src/kl/kl_irq.c2
-rw-r--r--nuttx/arch/arm/src/kl/kl_irqprio.c2
-rw-r--r--nuttx/arch/arm/src/kl/kl_lowgetc.c2
-rw-r--r--nuttx/arch/arm/src/kl/kl_lowputc.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/arm/src/kl/chip/kl_gpio.h b/nuttx/arch/arm/src/kl/chip/kl_gpio.h
index 142570ace..c2ea98ed2 100644
--- a/nuttx/arch/arm/src/kl/chip/kl_gpio.h
+++ b/nuttx/arch/arm/src/kl/chip/kl_gpio.h
@@ -43,7 +43,7 @@
#include "chip.h"
/************************************************************************************
- * Pre-processorDefinitions
+ * Pre-processor Definitions
************************************************************************************/
#define KL_GPIO_NPORTS 5
diff --git a/nuttx/arch/arm/src/kl/kl_irq.c b/nuttx/arch/arm/src/kl/kl_irq.c
index 8ea5d2df6..167ac9d9d 100644
--- a/nuttx/arch/arm/src/kl/kl_irq.c
+++ b/nuttx/arch/arm/src/kl/kl_irq.c
@@ -53,7 +53,7 @@
#include "kl_irq.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Get a 32-bit version of the default priority */
diff --git a/nuttx/arch/arm/src/kl/kl_irqprio.c b/nuttx/arch/arm/src/kl/kl_irqprio.c
index a7aba8b8f..b2dfe318f 100644
--- a/nuttx/arch/arm/src/kl/kl_irqprio.c
+++ b/nuttx/arch/arm/src/kl/kl_irqprio.c
@@ -51,7 +51,7 @@
#ifdef CONFIG_ARCH_IRQPRIO
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/arch/arm/src/kl/kl_lowgetc.c b/nuttx/arch/arm/src/kl/kl_lowgetc.c
index 217e2b015..8343c4ea4 100644
--- a/nuttx/arch/arm/src/kl/kl_lowgetc.c
+++ b/nuttx/arch/arm/src/kl/kl_lowgetc.c
@@ -53,7 +53,7 @@
#include "chip/kl_uart.h"
/**************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
**************************************************************************/
/* Select UART parameters for the selected console */
diff --git a/nuttx/arch/arm/src/kl/kl_lowputc.c b/nuttx/arch/arm/src/kl/kl_lowputc.c
index 27675a017..9e98a1024 100644
--- a/nuttx/arch/arm/src/kl/kl_lowputc.c
+++ b/nuttx/arch/arm/src/kl/kl_lowputc.c
@@ -58,7 +58,7 @@
#include "chip/kl_pinmux.h"
/**************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
**************************************************************************/
/* Select UART parameters for the selected console */