Files
ch32v203-eth-node/.vscode/settings.json
2024-10-13 05:32:44 +06:00

20 lines
449 B
JSON

{
"files.associations": {
"*.rmd": "markdown",
"stdio.h": "c",
"ch32v003fun.h": "c",
"w5500.h": "c",
"wizchip_conf.h": "c",
"socket.h": "c",
"type_traits": "c",
"compare": "c",
"uart.h": "c",
"mqttclient.h": "c",
"config.h": "c",
"dns.h": "c",
"spi_dma.h": "c",
"dhcp.h": "c",
"debug.h": "c",
"systick.h": "c"
}
}