From 8d459a2883886b0750198fc370ce02cd0f4228df Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 3 Nov 2013 20:21:23 +0000 Subject: Fixed bug #437. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6411 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/OTGv1/stm32_otg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/OTGv1/stm32_otg.h b/os/hal/ports/STM32/OTGv1/stm32_otg.h index a78ba57e4..f81ce5412 100644 --- a/os/hal/ports/STM32/OTGv1/stm32_otg.h +++ b/os/hal/ports/STM32/OTGv1/stm32_otg.h @@ -40,7 +40,7 @@ /** * @brief OTG_FS FIFO memory size in words. */ -#define STM32_OTG1_FIFO_MEM_SIZE 384 +#define STM32_OTG1_FIFO_MEM_SIZE 320 /** * @brief OTG_HS FIFO memory size in words. -- cgit v1.2.3