Eliminate a warning detected by nuttx/tools/testbuild.sh

This commit is contained in:
Gregory Nutt
2015-07-22 14:09:56 -06:00
parent 8451cbc3cd
commit 8c6c00898d
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -61,7 +61,9 @@
* Private Data * Private Data
****************************************************************************/ ****************************************************************************/
#if defined(CONFIG_SAM34_GPIOA_IRQ) && defined(CONFIG_ARCH_IRQBUTTONS)
static xcpt_t g_irqbp2; static xcpt_t g_irqbp2;
#endif
/**************************************************************************** /****************************************************************************
* Private Functions * Private Functions
@@ -301,6 +301,16 @@
void weak_function stm32_spiinitialize(void); void weak_function stm32_spiinitialize(void);
/****************************************************************************
* Name: stm32_ledinit
*
* Description:
* Configure LEDs. LEDs are left in the OFF state.
*
****************************************************************************/
void stm32_ledinit(void);
/************************************************************************************ /************************************************************************************
* Name: stm32_usbdev_initialize * Name: stm32_usbdev_initialize
* *