From 945ba42f7550d5a203e43d82b43ed82dc981d9e9 Mon Sep 17 00:00:00 2001
From: tao_z <tzj0429@163.com>
Date: Wed, 30 Jun 2021 22:05:52 +0800
Subject: [PATCH] 霍尔输入中断正常,需要调试马达转动

---
 .vscode/settings.json |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/.vscode/settings.json b/.vscode/settings.json
index cfc8e1f..4918269 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,7 @@
 {
     "files.autoGuessEncoding": true,
-    "files.encoding": "gb2312"
+    "files.encoding": "gb2312",
+    "files.associations": {
+        "math.h": "c"
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0