mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Eliminate some warnings
This commit is contained in:
@@ -119,15 +119,14 @@
|
|||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Name: lm_ssiinitialize
|
* Name: lm_spidev_initialize
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Called to configure SPI chip select GPIO pins for the LM3S6965 Eval Kit.
|
* Called to configure SPI chip select GPIO pins for the LM3S6965 Eval Kit.
|
||||||
*
|
*
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
void weak_function lm_ssiinitialize(void);
|
void weak_function lm_spidev_initialize(void);
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* __CONFIGS_LM3S6965_EK_SRC_LM3S6965EK_H */
|
#endif /* __CONFIGS_LM3S6965_EK_SRC_LM3S6965EK_H */
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,8 @@
|
|||||||
#include <nuttx/lcd/p14201.h>
|
#include <nuttx/lcd/p14201.h>
|
||||||
|
|
||||||
#include "tiva_gpio.h"
|
#include "tiva_gpio.h"
|
||||||
|
#include "tiva_ssi.h"
|
||||||
|
|
||||||
#include "lm3s6965-ek.h"
|
#include "lm3s6965-ek.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user