LM3S8962: Fix a missed name change, eliminate some warnings

This commit is contained in:
Gregory Nutt
2016-01-28 07:48:13 -06:00
parent a3510c07b5
commit c1a7a20263
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -119,14 +119,14 @@
#ifndef __ASSEMBLY__
/************************************************************************************
* Name: lm_ssiinitialize
* Name: lm_spidev_initialize
*
* Description:
* Called to configure SPI chip select GPIO pins for the LM3S8962 Eval Kit.
*
************************************************************************************/
void weak_function lm_ssiinitialize(void);
void weak_function lm_spidev_initialize(void);
#endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_LM3S8962_EK_SRC_LM3S8962EK_H */
+3
View File
@@ -47,6 +47,9 @@
#include <nuttx/spi/spi.h>
#include <nuttx/mmcsd.h>
#include "tiva_ssi.h"
#include "lm3s8962-ek.h"
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/