mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Remove unused header files; eliminate warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3731 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -210,13 +210,21 @@ extern void weak_function stm32_spiinitialize(void);
|
|||||||
|
|
||||||
extern void weak_function stm32_usbinitialize(void);
|
extern void weak_function stm32_usbinitialize(void);
|
||||||
|
|
||||||
|
|
||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* Init Power Module and set board system voltage
|
* Init Power Module and set board system voltage
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
|
||||||
extern void board_power_init(void);
|
extern void board_power_init(void);
|
||||||
|
|
||||||
|
/************************************************************************************
|
||||||
|
* Name: sysclock_select_hsi
|
||||||
|
*
|
||||||
|
* Description:
|
||||||
|
* Selects internal HSI Clock, SYSCLK = 36 MHz, HCLK = 36 MHz.
|
||||||
|
*
|
||||||
|
************************************************************************************/
|
||||||
|
|
||||||
|
extern void sysclock_select_hsi(void);
|
||||||
|
|
||||||
#endif /* __ASSEMBLY__ */
|
#endif /* __ASSEMBLY__ */
|
||||||
#endif /* __CONFIGS_VSN_SRC_VSN_INTERNAL_H */
|
#endif /* __CONFIGS_VSN_SRC_VSN_INTERNAL_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user