From a12be917a4644305e7813b3f4b11880aba3632ca Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 2 Apr 2014 15:09:36 +0100 Subject: stmhal: Add timer module; move servo PWM from TIM2 to TIM5. As per issue #257, servo is better on TIM5 because TIM2 is connected to more GPIO. --- stmhal/usbd_cdc_interface.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stmhal/usbd_cdc_interface.h') diff --git a/stmhal/usbd_cdc_interface.h b/stmhal/usbd_cdc_interface.h index 5ed5ecef4..88ea7e5af 100644 --- a/stmhal/usbd_cdc_interface.h +++ b/stmhal/usbd_cdc_interface.h @@ -33,10 +33,6 @@ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ -/* Periodically, the state of the buffer "UserTxBuffer" is checked. - The period depends on USBD_CDC_POLLING_INTERVAL */ -#define USBD_CDC_POLLING_INTERVAL 10 /* in ms. The max is 65 and the min is 1 */ - extern TIM_HandleTypeDef TIM3_Handle; extern const USBD_CDC_ItfTypeDef USBD_CDC_fops; -- cgit v1.2.3