mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
🆕 完成了printk(暂不支持浮点数打印)
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -2,6 +2,8 @@
|
||||
"files.associations": {
|
||||
"stdlib.h": "c",
|
||||
"stdbool.h": "c",
|
||||
"printk.h": "c"
|
||||
"printk.h": "c",
|
||||
"stdarg.h": "c",
|
||||
"font.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user