From 8a620fd59ca2ad958aad279eb55a1c97ef100e86 Mon Sep 17 00:00:00 2001 From: xoviat Date: Thu, 11 May 2023 16:45:42 -0500 Subject: stm32/ble: fix tests and add instructions to run example --- .vscode/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/.gitignore (limited to '.vscode') diff --git a/.vscode/.gitignore b/.vscode/.gitignore new file mode 100644 index 000000000..9fbb9ec95 --- /dev/null +++ b/.vscode/.gitignore @@ -0,0 +1,3 @@ +*.cortex-debug.*.json +launch.json +tasks.json \ No newline at end of file -- cgit