Skip to content

Commit 472bc37

Browse files
committed
Fixed combine.bat file
1 parent 46eeedc commit 472bc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lab7_Solution/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<makeUseCleanTarget>false</makeUseCleanTarget>
102102
<makeCustomizationPreStep></makeCustomizationPreStep>
103103
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
104-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; combineAppAndBootloaderHex.bat </makeCustomizationPostStep>
104+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; .$(_/_)combineAppAndBootloaderHex$(ShExtension) </makeCustomizationPostStep>
105105
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
106106
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
107107
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

0 commit comments

Comments
 (0)