[ADD]: Pring console while Stack overflow

This commit is contained in:
but0n 2016-11-28 11:27:20 +08:00
parent 452e1f9122
commit 2f5cb5fc7c

View File

@ -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);