Files
stm32-cnn/USER/USER.code-workspace
2024-12-19 14:06:05 +08:00

25 lines
323 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../HALLIB"
},
{
"path": "../HARDWARE"
}
],
"settings": {
"files.associations": {
"*.embeddedhtml": "html",
"usart.h": "c",
"ec800m.h": "c",
"stm32f4xx.h": "c",
"delay.h": "c",
"string.h": "c",
"sys.h": "c",
"stdio.h": "c"
}
}
}