narf52/.vscode/settings.json
2020-03-30 14:17:42 +02:00

19 lines
426 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",
"deque": "cpp",
"string": "cpp",
"vector": "cpp"
}
}