From 7678a8287c4a198ba6811f45b9bba934b2a5716b Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 25 May 2012 22:10:40 +0000 Subject: Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4771 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h') diff --git a/nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h b/nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h index 7939ffd30..f2afd74d5 100644 --- a/nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h +++ b/nuttx/configs/stm32f4discovery/src/stm32f4discovery-internal.h @@ -131,6 +131,16 @@ void weak_function stm32_spiinitialize(void); +/************************************************************************************ + * Name: stm32_usbinitialize + * + * Description: + * Called to setup USB-related GPIO pins for the STM3210E-EVAL board. + * + ************************************************************************************/ + +void weak_function stm32_usbinitialize(void); + /************************************************************************************ * Name: stm32_extmemgpios * -- cgit v1.2.3