clean up? idk

This commit is contained in:
2025-11-08 18:00:46 +06:00
parent 686bccd0ce
commit aa367e5a24
6 changed files with 181 additions and 265 deletions

19
.vscode/settings.json vendored
View File

@@ -18,6 +18,23 @@
"dhcp.h": "c",
"netif.h": "c",
"ch32v307gigabit.h": "c",
"stats.h": "c"
"stats.h": "c",
"bitset": "c",
"forward_list": "c",
"functional": "c",
"format": "c",
"fstream": "c",
"istream": "c",
"ranges": "c",
"streambuf": "c",
"variant": "c",
"__hash_table": "c",
"__tree": "c",
"deque": "c",
"iterator": "c",
"list": "c",
"locale": "c",
"regex": "c",
"vector": "c"
}
}