summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 23:53:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 23:53:00 +0000
commit2fb334595bfb42d30fef5c83620b3808579b877a (patch)
treeee156c72af7d419ccef28789bdf7f25b1820438a /nuttx/configs/vsn
parent74fd8cf3e0f788c69c6299d8c37b80ab3bab98c9 (diff)
downloadpx4-nuttx-2fb334595bfb42d30fef5c83620b3808579b877a.tar.gz
px4-nuttx-2fb334595bfb42d30fef5c83620b3808579b877a.tar.bz2
px4-nuttx-2fb334595bfb42d30fef5c83620b3808579b877a.zip
Remove unused header files; eliminate warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3731 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn')
-rw-r--r--nuttx/configs/vsn/src/vsn.h10
1 files changed, 9 insertions, 1 deletions
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 */