From 2fb334595bfb42d30fef5c83620b3808579b877a Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 21 Jun 2011 23:53:00 +0000 Subject: Remove unused header files; eliminate warnings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3731 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/vsn/src/vsn.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'nuttx/configs/vsn') diff --git a/nuttx/configs/vsn/src/vsn.h b/nuttx/configs/vsn/src/vsn.h index 6a41b6bc1..0b1d5dbc3 100644 --- a/nuttx/configs/vsn/src/vsn.h +++ b/nuttx/configs/vsn/src/vsn.h @@ -210,13 +210,21 @@ extern void weak_function stm32_spiinitialize(void); extern void weak_function stm32_usbinitialize(void); - /************************************************************************************ * Init Power Module and set board system voltage ************************************************************************************/ 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 /* __CONFIGS_VSN_SRC_VSN_INTERNAL_H */ -- cgit v1.2.3