Eliminate a warning detected by nuttx/tools/testbuild.sh
This commit is contained in:
parent
8451cbc3cd
commit
8c6c00898d
@ -61,7 +61,9 @@
|
||||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SAM34_GPIOA_IRQ) && defined(CONFIG_ARCH_IRQBUTTONS)
|
||||
static xcpt_t g_irqbp2;
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
|
@ -301,6 +301,16 @@
|
||||
|
||||
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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user