Reduce USB CDC buffer size

This commit is contained in:
2020-06-28 21:29:06 +02:00
parent e0bb399415
commit 7d75537427
3 changed files with 7 additions and 5 deletions

View File

@@ -65,8 +65,8 @@
/* USER CODE BEGIN PRIVATE_DEFINES */
/* Define size for the receive and transmit buffer over CDC */
/* It's up to user to redefine and/or remove those define */
#define APP_RX_DATA_SIZE 1000
#define APP_TX_DATA_SIZE 1000
#define APP_RX_DATA_SIZE 512
#define APP_TX_DATA_SIZE 512
/* USER CODE END PRIVATE_DEFINES */
/**