Skip to content

Commit

Permalink
del:删除多余打印
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozingfiretruck committed Dec 23, 2024
1 parent 9d618b9 commit 78dcbf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ target(project_name..".elf",function()

for _, dep in pairs(target:orderdeps()) do
for _, dep_define_flasg in pairs(dep:get("defines")) do
print(dep_define_flasg)
table.insert(mem_parameter,"-D" .. dep_define_flasg)
end
end
Expand Down

0 comments on commit 78dcbf2

Please sign in to comment.