feat: add log related files.

This commit is contained in:
ShallowGreen123
2022-09-21 23:33:18 +08:00
parent e39d9e53b8
commit a1144bbba8
11 changed files with 133 additions and 18 deletions

View File

@@ -1,7 +1,10 @@
{
"files.associations": {
"scr_mgr.h": "c",
"gui_main_scr.h": "c"
"gui_main_scr.h": "c",
"stdio.h": "c",
"gui_log.h": "c",
"lvgl.h": "c"
},
"C_Cpp.errorSquiggles": "Disabled"
}