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:
2025-12-19 21:52:35 +03:00
parent 3ecdd0771c
commit eb6cb9b762
18 changed files with 3769 additions and 3749 deletions

View File

@ -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 */