summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-15 22:13:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-15 22:13:50 +0000
commitaafd9e1a14fcb857c9e843c78563a3a935510b9e (patch)
treecd77d7ff40ed0d637b3fc244ca75f959b353f579 /nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
parent165225fde2020b456e0f84e019eba21f6acb3129 (diff)
downloadpx4-nuttx-aafd9e1a14fcb857c9e843c78563a3a935510b9e.tar.gz
px4-nuttx-aafd9e1a14fcb857c9e843c78563a3a935510b9e.tar.bz2
px4-nuttx-aafd9e1a14fcb857c9e843c78563a3a935510b9e.zip
A little more STM32 USB host logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5029 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src/stm3220g-internal.h')
-rw-r--r--nuttx/configs/stm3220g-eval/src/stm3220g-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/stm3220g-internal.h b/nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
index a93b7cd0e..27f0a004c 100644
--- a/nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
+++ b/nuttx/configs/stm3220g-eval/src/stm3220g-internal.h
@@ -240,7 +240,7 @@ void weak_function stm32_usbinitialize(void);
****************************************************************************************************/
#if defined(CONFIG_STM32_OTGFS) && defined(CONFIG_USBHOST)
-void stm32_usbhost_initialize(void);
+int stm32_usbhost_initialize(void);
#endif
/****************************************************************************************************