Skip to content

Commit

Permalink
Removed incorrect list removal
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmarshy committed Aug 3, 2016
1 parent 02cdaeb commit b910cfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/export/iar.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def generate(self, progen_build=False):
project_data['tool_specific']['iar'].setdefault("misc", {})
project_data['tool_specific']['iar'].update(tool_specific['iar'])
project_data['tool_specific']['iar']['misc'].update(self.progen_flags)
project_data['tool_specific']['iar']['misc']['asm_flags'].remove(
self.toolchain.get_config_option(self.config_header)[0])
project_data['tool_specific']['iar']['misc']['asm_flags'].extend(
['-D%s' % d for d in self.toolchain.get_symbols()])
# VLA is enabled via template IccAllowVLA
Expand Down

0 comments on commit b910cfe

Please sign in to comment.