mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
LM3S8962: Fix a missed name change, eliminate some warnings
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -47,6 +47,9 @@
|
||||
#include <nuttx/spi/spi.h>
|
||||
#include <nuttx/mmcsd.h>
|
||||
|
||||
#include "tiva_ssi.h"
|
||||
#include "lm3s8962-ek.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user