ttn-esp32/.vscode/settings.json
Manuel Bleichenbacher f421db44d7 Convert logging to C
2021-07-25 20:49:02 +02:00

19 lines
423 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",
"algorithm": "c",
"random": "c",
"complex": "c",
"valarray": "c"
}
}