narf52/.vscode/settings.json

11 lines
220 B
JSON
Raw Normal View History

2020-03-08 06:38:24 +00:00
{
"files.associations": {
"climits": "cpp",
"nrf_delay.h": "c",
"nrfx.h": "c",
"nrfx_config.h": "c",
"nrfx_common.h": "c",
"nrf.h": "c",
"boards.h": "c"
}
}