mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
[ADD]: Pring console while Stack overflow
This commit is contained in:
parent
452e1f9122
commit
2f5cb5fc7c
@ -125,7 +125,7 @@ int main() {
|
||||
|
||||
xTaskCreate(uart_task, "UART_TASK", 100, NULL, 1, NULL);
|
||||
vTaskStartScheduler();
|
||||
uart_sendStr("Stack Overflow...")
|
||||
uart_sendStr("Stack Overflow...");
|
||||
while(1);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user