0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

reduce boilerplate in ascii_cmd.c

This commit is contained in:
2025-07-12 19:51:04 +02:00
parent eff6a1ff5e
commit 721ad3d239
3 changed files with 139 additions and 214 deletions

14
.vscode/settings.json vendored
View File

@@ -8,7 +8,19 @@
"common.h": "c",
"modulator.h": "c",
"control_pipe.h": "c",
"stdlib.h": "c"
"stdlib.h": "c",
"chrono": "c",
"text_encoding": "c",
"typeindex": "c",
"typeinfo": "c",
"*.inc": "c",
"complex": "c",
"format": "c",
"array": "c",
"string": "c",
"string_view": "c",
"ranges": "c",
"span": "c"
},
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
"clang-diagnostic-error"