0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

fix access denied errors

This commit is contained in:
2025-06-28 15:45:22 +02:00
parent 29fc066376
commit 6cea5eee19
3 changed files with 11 additions and 21 deletions

View File

@@ -38,7 +38,10 @@
"time.h": "c",
"vban.h": "c",
"chimer.h": "c",
"liquid.h": "c"
"liquid.h": "c",
"queue": "c",
"thread": "c",
"vector": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}