aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_cdc_interface.h
diff options
context:
space:
mode:
authorDamien George2014-04-02 15:09:36 +0100
committerDamien George2014-04-02 15:09:36 +0100
commita12be917a4644305e7813b3f4b11880aba3632ca (patch)
treed1c5cacae61e38673d034bbdc55b0a534c9fc62a /stmhal/usbd_cdc_interface.h
parent69dee59ce44685d34662870fff439d7249cace36 (diff)
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.
Diffstat (limited to 'stmhal/usbd_cdc_interface.h')
-rw-r--r--stmhal/usbd_cdc_interface.h4
1 files changed, 0 insertions, 4 deletions
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;