在内核代码中加入自定义的stdint.h文件 (#109)

This commit is contained in:
login
2022-12-16 16:20:09 +08:00
committed by GitHub
parent d02e6ea411
commit 0e0c187484
17 changed files with 4505 additions and 17 deletions

View File

@ -163,7 +163,11 @@
"cmd_help.h": "c",
"wait.h": "c",
"__libc__.h": "c",
"ctype.h": "c"
"ctype.h": "c",
"mmio.h": "c",
"stdint-gcc.h": "c",
"acpi.h": "c",
"assert.h": "c"
},
"C_Cpp.errorSquiggles": "Enabled",
"esbonio.sphinx.confDir": "",