Skip to content

Commit

Permalink
Fix typo for DecodeIO rx_baud
Browse files Browse the repository at this point in the history
Was listed as baud instead
  • Loading branch information
alex-dewar committed Jul 29, 2019
1 parent 98cda3f commit a61a44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Expand Up @@ -249,7 +249,7 @@ OpenADC Scope
# assuming setup scope
scope.trigger.triggers = 'tio1'
scope.trigger.module = 'DECODEIO'
scope.decode_IO.baud = 38400
scope.decode_IO.rx_baud = 38400
scope.decode_IO.decode_type = 'USART'
scope.decode_IO.trigger_pattern = ['r', '\n']

Expand Down
Expand Up @@ -49,7 +49,7 @@ class ChipWhispererDecodeTrigger(object):
#assuming setup scope:
scope.trigger.triggers = 'tio1'
scope.trigger.module = 'DECODEIO'
scope.decode_IO.baud = 38400
scope.decode_IO.rx_baud = 38400
scope.decode_IO.decode_type = 'USART'
scope.decode_IO.trigger_pattern = ['r']
"""
Expand Down

0 comments on commit a61a44e

Please sign in to comment.