fix: 统一R8工程目标并修复MDK编译前置问题
This commit is contained in:
+5
-5
@@ -50,11 +50,11 @@
|
||||
/* Private define ------------------------------------------------------------*/
|
||||
/* USER CODE BEGIN PD */
|
||||
/* Task stack sizes (words, not bytes) */
|
||||
#define LWIP_TASK_STACK_SIZE 512
|
||||
#define TCP_SERVER_TASK_STACK_SIZE 384
|
||||
#define TCP_CLIENT_TASK_STACK_SIZE 384
|
||||
#define UART_TRANS_TASK_STACK_SIZE 256
|
||||
#define CONFIG_TASK_STACK_SIZE 384
|
||||
#define LWIP_TASK_STACK_SIZE 384
|
||||
#define TCP_SERVER_TASK_STACK_SIZE 320
|
||||
#define TCP_CLIENT_TASK_STACK_SIZE 320
|
||||
#define UART_TRANS_TASK_STACK_SIZE 192
|
||||
#define CONFIG_TASK_STACK_SIZE 256
|
||||
#define DEFAULT_TASK_STACK_SIZE 128
|
||||
|
||||
/* Task priorities */
|
||||
|
||||
Reference in New Issue
Block a user