summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/boot.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 16:51:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 16:51:04 +0000
commitaae0c1e888d173b7a850a3e0023b8c352f657f62 (patch)
tree4e52eff7f4adf0570b819f68b3a4351987266ec8 /nuttx/configs/vsn/src/boot.c
parentba6253aecb0d018c0deb40b233d76cb2f9a67bb0 (diff)
downloadpx4-nuttx-aae0c1e888d173b7a850a3e0023b8c352f657f62.tar.gz
px4-nuttx-aae0c1e888d173b7a850a3e0023b8c352f657f62.tar.bz2
px4-nuttx-aae0c1e888d173b7a850a3e0023b8c352f657f62.zip
Add support for multiplexed SDIO pins from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3898 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn/src/boot.c')
-rw-r--r--nuttx/configs/vsn/src/boot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/vsn/src/boot.c b/nuttx/configs/vsn/src/boot.c
index 501bb07b5..846f707b7 100644
--- a/nuttx/configs/vsn/src/boot.c
+++ b/nuttx/configs/vsn/src/boot.c
@@ -63,6 +63,7 @@ void stm32_boardinitialize(void)
/* Set start-up board voltage */
board_power_init();
+ vsn_muxbus_init();
/* Configure SPI chip selects if 1) SPI is not disabled, and 2) the weak function
* stm32_spiinitialize() has been brought into the link.