summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/efm32
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-08 08:04:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-08 08:04:12 -0600
commite4e659026fe9f1ad37ff156a6225d2382c899b89 (patch)
treeb144aa622d6a6e793f30eee21508fc27a1467bbc /nuttx/arch/arm/src/efm32
parent4ea70d6b219fe59bdcd2dd9ffcfa6a7cbdd2f9b4 (diff)
downloadpx4-nuttx-e4e659026fe9f1ad37ff156a6225d2382c899b89.tar.gz
px4-nuttx-e4e659026fe9f1ad37ff156a6225d2382c899b89.tar.bz2
px4-nuttx-e4e659026fe9f1ad37ff156a6225d2382c899b89.zip
Make some file section headers more consistent with standard
Diffstat (limited to 'nuttx/arch/arm/src/efm32')
-rw-r--r--nuttx/arch/arm/src/efm32/efm32_usbdev.c2
-rw-r--r--nuttx/arch/arm/src/efm32/efm32_vectors.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/efm32/efm32_usbdev.c b/nuttx/arch/arm/src/efm32/efm32_usbdev.c
index 0b6223ca6..ec848e29f 100644
--- a/nuttx/arch/arm/src/efm32/efm32_usbdev.c
+++ b/nuttx/arch/arm/src/efm32/efm32_usbdev.c
@@ -67,7 +67,7 @@
#if defined(CONFIG_USBDEV) && (defined(CONFIG_EFM32_OTGFS))
/*******************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
*******************************************************************************/
/* Configuration ***************************************************************/
diff --git a/nuttx/arch/arm/src/efm32/efm32_vectors.S b/nuttx/arch/arm/src/efm32/efm32_vectors.S
index da174947a..cf4101b61 100644
--- a/nuttx/arch/arm/src/efm32/efm32_vectors.S
+++ b/nuttx/arch/arm/src/efm32/efm32_vectors.S
@@ -45,7 +45,7 @@
#include "exc_return.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* Configuration ********************************************************************/