diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:23:01 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:23:01 +0000 |
commit | 3ea461b0b1087f26d2c2b1cd251d05ed5968f341 (patch) | |
tree | 4e3b56870ad7fc41e651e889fa881ed5bcf0cd24 /os/hal | |
parent | b630753334a5f0c92f3806d2185f1bdc4357d8c2 (diff) | |
download | ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.gz ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.tar.bz2 ChibiOS-3ea461b0b1087f26d2c2b1cd251d05ed5968f341.zip |
Fixed bug #437.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6413 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/OTGv1/stm32_otg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/OTGv1/stm32_otg.h b/os/hal/platforms/STM32/OTGv1/stm32_otg.h index a78ba57e4..f81ce5412 100644 --- a/os/hal/platforms/STM32/OTGv1/stm32_otg.h +++ b/os/hal/platforms/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.
|