From 5dd1b7fdcc52a43867f924e8d220de8467af372a Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期五, 12 四月 2024 14:27:26 +0800 Subject: [PATCH] Change KBus to OOP and Packge --- MDK-ARM/F030C8T6_KBus.uvprojx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/F030C8T6_KBus.uvprojx b/MDK-ARM/F030C8T6_KBus.uvprojx index 75bc8eb..cda4b64 100644 --- a/MDK-ARM/F030C8T6_KBus.uvprojx +++ b/MDK-ARM/F030C8T6_KBus.uvprojx @@ -79,9 +79,9 @@ <nStopB2X>0</nStopB2X> </BeforeMake> <AfterMake> - <RunUserProg1>0</RunUserProg1> + <RunUserProg1>1</RunUserProg1> <RunUserProg2>0</RunUserProg2> - <UserProg1Name></UserProg1Name> + <UserProg1Name>fromelf --bin --output="../@L.bin" "#L"</UserProg1Name> <UserProg2Name></UserProg2Name> <UserProg1Dos16Mode>0</UserProg1Dos16Mode> <UserProg2Dos16Mode>0</UserProg2Dos16Mode> @@ -137,7 +137,7 @@ </Flash1> <bUseTDR>1</bUseTDR> <Flash2>BIN\UL2CM3.DLL</Flash2> - <Flash3></Flash3> + <Flash3>"" ()</Flash3> <Flash4></Flash4> <pFcarmOut></pFcarmOut> <pFcarmGrp></pFcarmGrp> -- Gitblit v1.9.1