STM32: Add function prototype to eliminate a warning.
This commit is contained in:
parent
90e63ba18e
commit
84be223144
@ -152,6 +152,18 @@ int stm32_bringup(void);
|
||||
|
||||
void stm32_spidev_initialize(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: stm32_qencoder_initialize
|
||||
*
|
||||
* Description:
|
||||
* Initialize and register a qencoder
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_QENCODER
|
||||
int stm32_qencoder_initialize(FAR const char *devpath, int timer);
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Name stm32_rgbled_setup
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user