mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-26 03:32:51 +02:00
Convert hal_esp32 to C
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -6,6 +6,10 @@
|
||||
"oslmic.h": "c",
|
||||
"hal_esp32.h": "c",
|
||||
"esp_log.h": "c",
|
||||
"nvs_flash.h": "c"
|
||||
"nvs_flash.h": "c",
|
||||
"__config": "c",
|
||||
"__nullptr": "c",
|
||||
"stdint.h": "c",
|
||||
"*.ipp": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user