From eb9e20c1dcf32713d41d969c07d1e947ad3a40a4 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 31 Jan 2017 09:59:29 +0000 Subject: More fixes related to endpoints number. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10072 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h') diff --git a/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h b/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h index 82c843083..00b67b32a 100644 --- a/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h +++ b/os/hal/ports/STM32/LLD/OTGv1/stm32_otg.h @@ -25,18 +25,6 @@ #ifndef STM32_OTG_H #define STM32_OTG_H -/** - * @brief Number of the implemented endpoints in OTG_FS. - * @details This value does not include the endpoint 0 that is always present. - */ -#define STM32_OTG1_ENDOPOINTS_NUMBER 3 - -/** - * @brief Number of the implemented endpoints in OTG_HS. - * @details This value does not include the endpoint 0 that is always present. - */ -#define STM32_OTG2_ENDOPOINTS_NUMBER 5 - /** * @brief OTG_FS FIFO memory size in words. */ -- cgit v1.2.3