Files
Embedded-Hacking/drivers/0x06_adc_rust/.vscode/settings.json
T
2026-03-25 12:25:09 -04:00

8 lines
184 B
JSON

{
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"files.exclude": {
".pico-rs": true
}
}