This repository has been archived on 2025-01-02. You can view files and clone it, but cannot push or open issues or pull requests.
torsion/.vscode/settings.json

13 lines
267 B
JSON

{
"files.associations": {
"flow.h": "c",
"board.h": "c",
"motor.h": "c",
"main.h": "c",
"app.h": "c",
"type_traits": "c",
"adcs.h": "c",
"uarts.h": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}