Now USB_CDC_VCP polls until transmit is completed (and received on PC. This is handled by USB stack itself)
This commit is contained in:
@ -73,7 +73,7 @@ void Error_Handler(void);
|
||||
|
||||
/* Size of circular DMA buffer for ADC1 */
|
||||
#ifndef ADC_BUFF_SIZE
|
||||
#define ADC_BUFF_SIZE 100
|
||||
#define ADC_BUFF_SIZE 50
|
||||
#endif
|
||||
|
||||
/* Structure describing simple accumulation state for ADC processing */
|
||||
|
||||
Reference in New Issue
Block a user