mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-06 07:01:52 +08:00
finish implementing basic ACIM control
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"c-cpp-flylint.cppcheck.standard": ["c99","c++14"],
|
||||
|
||||
"files.associations": {
|
||||
"*.config": "yaml",
|
||||
"memory": "cpp",
|
||||
"utility": "cpp",
|
||||
"deque": "cpp",
|
||||
@@ -58,7 +59,8 @@
|
||||
"chrono": "cpp",
|
||||
"condition_variable": "cpp",
|
||||
"future": "cpp",
|
||||
"arm_math.h": "c"
|
||||
"arm_math.h": "c",
|
||||
"cmath": "cpp"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user