newPtz/.vscode/settings.json

7 lines
116 B
JSON
Raw Normal View History

2025-08-13 09:38:09 +00:00
{
"files.associations": {
2025-09-12 09:53:32 +00:00
"stdio.h": "c",
"drv_usart.h": "c",
"rtservice.h": "c"
2025-08-13 09:38:09 +00:00
}
}