mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
update the way that date send to uart. Add Flow route selection Algorithm
This commit is contained in:
@@ -39,7 +39,7 @@ const osThreadAttr_t HardwareInitTask_attributes = {
|
||||
osThreadId_t UartSendTaskHandle;
|
||||
const osThreadAttr_t UartSendTask_attributes = {
|
||||
.name = "UartSendTask",
|
||||
.stack_size = 128 * 1,
|
||||
.stack_size = 128 * 2,
|
||||
.priority = (osPriority_t) osPriorityHigh1,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user