Eliminate some warnings
This commit is contained in:
parent
4323c6c170
commit
a3510c07b5
@ -119,15 +119,14 @@
|
||||
#ifndef __ASSEMBLY__
|
||||
|
||||
/************************************************************************************
|
||||
* Name: lm_ssiinitialize
|
||||
* Name: lm_spidev_initialize
|
||||
*
|
||||
* Description:
|
||||
* 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 /* __CONFIGS_LM3S6965_EK_SRC_LM3S6965EK_H */
|
||||
|
||||
|
@ -49,6 +49,8 @@
|
||||
#include <nuttx/lcd/p14201.h>
|
||||
|
||||
#include "tiva_gpio.h"
|
||||
#include "tiva_ssi.h"
|
||||
|
||||
#include "lm3s6965-ek.h"
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user