aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorxoviat <[email protected]>2023-05-29 14:49:43 -0500
committerxoviat <[email protected]>2023-05-29 14:49:43 -0500
commitaba0f8fd6cd51cad65480689bc9254df4f071175 (patch)
treebe7dabd8075b827cb8a2d920225c48b452857e1f /.vscode
parent0a136c308eb3a949a7bca2f7f688277adb085489 (diff)
stm32/uart: refactor rx ringbuffer
- remove some race conditions - allow full use of rx buffer
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/.gitignore b/.vscode/.gitignore
index 9fbb9ec95..8c3dd8a31 100644
--- a/.vscode/.gitignore
+++ b/.vscode/.gitignore
@@ -1,3 +1,4 @@
1*.cortex-debug.*.json 1*.cortex-debug.*.json
2launch.json 2launch.json
3tasks.json \ No newline at end of file 3tasks.json
4*.cfg