ttn-esp32/.vscode/settings.json
Manuel Bleichenbacher 8e2886db27 Convert hal_esp32 to C
2021-07-25 20:03:16 +02:00

15 lines
325 B
JSON

{
"files.associations": {
"provisioning.h": "c",
"config.h": "c",
"sdkconfig.h": "c",
"oslmic.h": "c",
"hal_esp32.h": "c",
"esp_log.h": "c",
"nvs_flash.h": "c",
"__config": "c",
"__nullptr": "c",
"stdint.h": "c",
"*.ipp": "c"
}
}