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):
95
95
project_data ['common' ]['macros' ].pop (i )
96
96
i += 1
97
97
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'
99
99
self .progen_gen_file ('uvision' , project_data )
Original file line number Diff line number Diff line change @@ -95,4 +95,5 @@ def generate(self):
95
95
project_data ['common' ]['macros' ].pop (i )
96
96
i += 1
97
97
project_data ['common' ]['macros' ].append ('__ASSERT_MSG' )
98
+ project_data ['common' ]['build_dir' ] = project_data ['common' ]['build_dir' ] + '\\ ' + 'uvision5'
98
99
self .progen_gen_file ('uvision5' , project_data )
You can’t perform that action at this time.
0 commit comments