Add ring buffer for uart TX

This commit is contained in:
2020-02-11 22:49:47 +01:00
parent 14ba09a716
commit 673e651910
6 changed files with 185 additions and 12 deletions

View File

@@ -57,7 +57,6 @@ int main()
shell_handle_input(shell_handle, uart_input, uart_input_len);
}
//systick_wait_ms(300);
}
}