From c9d810160c35cb2fcf5ba24a81124d63d6406c2b Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 03 三月 2022 10:25:12 +0800 Subject: [PATCH] V1.64 修改MODBUS改参数没有保存BUG --- 源码/核心板/MDK-ARM/Project.uvprojx | 9 +++++++-- 1 files changed, 7 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..07cc204 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> @@ -402,6 +402,11 @@ <FileType>1</FileType> <FilePath>..\Src\application\dw_app.c</FilePath> </File> + <File> + <FileName>modbus.c</FileName> + <FileType>1</FileType> + <FilePath>..\Src\application\modbus.c</FilePath> + </File> </Files> </Group> <Group> -- Gitblit v1.9.3