Skip to content

Commit

Permalink
Update rtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tdasika authored Jul 10, 2023
1 parent e35118a commit fe0a450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyocd/debug/rtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def __init__(self, target: SoCTarget, address: int = None,
self._cb_search_size_words = 0
else:
self._cb_search_size_words = size // 4
self._control_block_id = control_block_id
self._control_block_id = control_block_id

def _find_control_block(self) -> Optional[int]:
addr: int = self._cb_search_address & ~0x3
Expand Down

0 comments on commit fe0a450

Please sign in to comment.