diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:21:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-03 20:21:23 +0000 |
commit | 8d459a2883886b0750198fc370ce02cd0f4228df (patch) | |
tree | 4305e1b15a5d104e6f4bcb47904e3e99e0144636 | |
parent | c1100768bd11554ad98f1826d2b35eda26d27ecc (diff) | |
download | ChibiOS-8d459a2883886b0750198fc370ce02cd0f4228df.tar.gz ChibiOS-8d459a2883886b0750198fc370ce02cd0f4228df.tar.bz2 ChibiOS-8d459a2883886b0750198fc370ce02cd0f4228df.zip |
Fixed bug #437.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6411 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/OTGv1/stm32_otg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|