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

litlle bit optimizations on init

This commit is contained in:
2025-08-04 14:34:16 +02:00
parent de8f4de914
commit 12e54f44e2
4 changed files with 16 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
{
"port": 13452,
"time": 1754247434245,
"time": 1754309288735,
"version": "0.0.3"
}

View File

@@ -43,7 +43,9 @@
"thread": "c",
"vector": "c",
"stereo_encoder.h": "c",
"iir.h": "c"
"iir.h": "c",
"compare": "c",
"cstdint": "c"
},
"C_Cpp.errorSquiggles": "disabled"
}