From 55bf3adb5cdf579b2de539753fbb54df9cf66bc8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 25 Apr 2017 07:08:08 +0000 Subject: Fixed bug #833. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10172 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- 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 ef21d7136..f497dd143 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h @@ -425,7 +425,7 @@ #define STM32_HAS_OTG1 TRUE #define STM32_OTG1_ENDPOINTS 5 #define STM32_HAS_OTG2 TRUE -#define STM32_OTG2_ENDPOINTS 8 +#define STM32_OTG2_ENDPOINTS 7 #define STM32_HAS_USB FALSE @@ -771,7 +771,7 @@ #define STM32_HAS_OTG1 TRUE #define STM32_OTG1_ENDPOINTS 6 #define STM32_HAS_OTG2 TRUE -#define STM32_OTG2_ENDPOINTS 8 +#define STM32_OTG2_ENDPOINTS 7 #define STM32_HAS_USB FALSE -- cgit v1.2.3