Skip to content
Snippets Groups Projects
Commit ebdd1876 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot
Browse files

Add core dump and exception handling to RTOS port

PUBLISHED_FROM=dba64da598b45469c7fd458865c75d3eb6853c2d
parent f974fddd
No related branches found
No related tags found
Loading
...@@ -100,8 +100,6 @@ static void mg_task(void *arg) { ...@@ -100,8 +100,6 @@ static void mg_task(void *arg) {
} }
} }
xTaskHandle s_mg_task_handle;
void user_init(void) { void user_init(void) {
uart_div_modify(0, UART_CLK_FREQ / 115200); uart_div_modify(0, UART_CLK_FREQ / 115200);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment