From 3674e113e9923184e8f1bd497c2f7832fc959d29 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期一, 21 二月 2022 14:47:50 +0800 Subject: [PATCH] V1.66 修改标签报警逻辑bug --- 源码/核心板/MDK-ARM/Project.uvprojx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" index 9dfec65..ed1ce1a 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/MDK-ARM/Project.uvprojx" @@ -50,8 +50,8 @@ </TargetStatus> <OutputDirectory>.\Objects\</OutputDirectory> <OutputName>UWB_Projects</OutputName> - <CreateExecutable>0</CreateExecutable> - <CreateLib>1</CreateLib> + <CreateExecutable>1</CreateExecutable> + <CreateLib>0</CreateLib> <CreateHexFile>1</CreateHexFile> <DebugInformation>1</DebugInformation> <BrowseInformation>1</BrowseInformation> -- Gitblit v1.9.3