From e046c897314d50513d4521c33c92d8a66dff665a Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 12 二月 2025 17:46:46 +0800 Subject: [PATCH] ,加入lib文件提交。修改要仿真打断点才能测功率的bug --- .gitignore | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d40434..5ba5965 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,7 @@ *.elf # Libraries -*.lib -*.a + # Shared objects (inc. Windows DLLs) *.dll @@ -21,3 +20,4 @@ *.i*86 *.x86_64 *.hex +/keil/Objects/*.d -- Gitblit v1.9.3