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