narf52/.vscode/settings.json
2020-03-10 15:49:23 +01:00

16 lines
352 B
JSON

{
"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",
"gpio.h": "c",
"nrf52.h": "c",
"system_nrf52.h": "c",
"system_nrf.h": "c",
"driver.h": "c"
}
}