stm32f103-template/.vscode/settings.json

6 lines
90 B
JSON
Raw Normal View History

2023-05-10 17:23:06 +08:00
{
"files.associations": {
"*.txt": "cmake",
"drv_usart.h": "c"
}
}