Browse Source

add:添加printf

Dozingfiretruck 2 years ago
parent
commit
2a83e2cf45
1 changed files with 3 additions and 0 deletions
  1. 3 0
      xmake.lua

+ 3 - 0
xmake.lua

@@ -475,6 +475,9 @@ target("air10x")
     remove_files(luatos.."luat/vfs/luat_fs_posix.c")
     add_files(luatos.."luat/freertos/*.c")
     add_files(luatos.."components/rtos/freertos/*.c")
+    
+    add_files(luatos.."components/printf/*.c")
+    add_includedirs(luatos.."components/printf")
 
     add_files(luatos.."components/lcd/*.c")
     add_files(luatos.."components/sfd/*.c")