ioc changed soft spi tft

This commit is contained in:
TuxMonkey
2026-07-20 16:29:06 +08:00
parent cda936d7e0
commit f92585831a
11 changed files with 271 additions and 152 deletions

View File

@@ -62,7 +62,7 @@
osThreadId_t BeginTaskHandle;
const osThreadAttr_t BeginTask_attributes = {
.name = "BeginTask",
.stack_size = 256 * 4,
.stack_size = 512 * 4,
.priority = (osPriority_t) osPriorityNormal,
};
/* Definitions for shoot */