Skip to content

Commit

Permalink
Merge pull request #176 from devanlai/fix-taberror
Browse files Browse the repository at this point in the history
Fix TabError
  • Loading branch information
0xc0170 committed Aug 3, 2015
2 parents 4847b8f + f358e94 commit e013593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyOCD/target/target_stm32f103rc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, transport):
super(STM32F103RC, self).__init__(transport, self.memoryMap)

def init(self):
logging.debug('stm32f103rc init')
logging.debug('stm32f103rc init')
CortexM.init(self)
self.writeMemory(DBGMCU_CR, DBGMCU_VAL);

Expand Down

0 comments on commit e013593

Please sign in to comment.