summaryrefslogtreecommitdiff
path: root/nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c')
-rw-r--r--nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c b/nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c
index 2d021d902..60d36af24 100644
--- a/nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c
+++ b/nuttx/configs/dk-tm4c129x/src/tm4c_ssi.c
@@ -51,12 +51,12 @@
#include "tiva_gpio.h"
#include "dk-tm4c129x.h"
-/* The DK-TM4C129x microSD CS is on SSI0 */
+/* The DK-TM4C129X microSD CS is on SSI0 */
#if defined(CONFIG_TIVA_SSI0) || defined(CONFIG_TIVA_SSI1)
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* CONFIG_DEBUG_SPI enables debug output from this file (needs CONFIG_DEBUG too) */
@@ -89,7 +89,7 @@
* Name: tm4c_ssiinitialize
*
* Description:
- * Called to configure SPI chip select GPIO pins for the DK-TM4C129x.
+ * Called to configure SPI chip select GPIO pins for the DK-TM4C129X.
*
************************************************************************************/