File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,5 +95,5 @@ def generate(self):
9595 project_data ['common' ]['macros' ].pop (i )
9696 i += 1
9797 project_data ['common' ]['macros' ].append ('__ASSERT_MSG' )
98- project_data ['common' ]['build_dir' ] = join ( project_data ['common' ]['build_dir' ], ' uvision4')
98+ project_data ['common' ]['build_dir' ] = project_data ['common' ]['build_dir' ] + ' \\ ' + ' uvision4'
9999 self .progen_gen_file ('uvision' , project_data )
Original file line number Diff line number Diff line change @@ -95,4 +95,5 @@ def generate(self):
9595 project_data ['common' ]['macros' ].pop (i )
9696 i += 1
9797 project_data ['common' ]['macros' ].append ('__ASSERT_MSG' )
98+ project_data ['common' ]['build_dir' ] = project_data ['common' ]['build_dir' ] + '\\ ' + 'uvision5'
9899 self .progen_gen_file ('uvision5' , project_data )
You can’t perform that action at this time.
0 commit comments