Skip to content

Commit

Permalink
Fix LED colour on SWO RX
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Aug 23, 2024
1 parent 36587ed commit a3ed7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbtrace/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __init__(self, platform):
self.comb += nrz_decoder.bitlen.eq(self.async_bitlen)

# SWO monitoring.
swo_monitor = Monitor(swo_stream_backend_source, 'swo')
swo_monitor = Monitor(swo_stream_backend_sink, 'swo')
self.submodules += swo_monitor

# Indicators
Expand Down

0 comments on commit a3ed7e5

Please sign in to comment.