From 736b8dfa592c6f6422e537893aed3ec8e0fdf259 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 19 Sep 2018 12:47:55 +0000 Subject: Fixed bug #978. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12272 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/hal/ports/STM32/STM32F4xx/stm32_registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h index 6c6ddb5b1..4da2d8b88 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h @@ -1568,7 +1568,7 @@ /* USB attributes.*/ #define STM32_OTG_STEPPING 2 #define STM32_HAS_OTG1 TRUE -#define STM32_OTG1_ENDPOINTS 3 +#define STM32_OTG1_ENDPOINTS 5 #define STM32_HAS_OTG2 FALSE #define STM32_HAS_USB FALSE @@ -1903,7 +1903,7 @@ /* USB attributes.*/ #define STM32_OTG_STEPPING 2 #define STM32_HAS_OTG1 TRUE -#define STM32_OTG1_ENDPOINTS 3 +#define STM32_OTG1_ENDPOINTS 5 #define STM32_HAS_OTG2 FALSE #define STM32_HAS_USB FALSE -- cgit v1.2.3