Eliminate some warnings

This commit is contained in:
Gregory Nutt 2016-01-27 20:07:41 -06:00
parent 4323c6c170
commit a3510c07b5
2 changed files with 4 additions and 3 deletions

View File

@ -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 */

View File

@ -49,6 +49,8 @@
#include <nuttx/lcd/p14201.h>
#include "tiva_gpio.h"
#include "tiva_ssi.h"
#include "lm3s6965-ek.h"
/****************************************************************************