summaryrefslogtreecommitdiff
path: root/decoders/uart
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart')
-rw-r--r--decoders/uart/uart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart/uart.py b/decoders/uart/uart.py
index abf596e..b70496f 100644
--- a/decoders/uart/uart.py
+++ b/decoders/uart/uart.py
@@ -199,7 +199,7 @@ class Decoder(srd.Decoder):
{'id': 'rx', 'name': 'RX', 'desc': 'UART receive line'},
{'id': 'tx', 'name': 'TX', 'desc': 'UART transmit line'},
]
- extra_probes = []
+ optional_probes = []
options = {
'baudrate': ['Baud rate', 115200],
'num_data_bits': ['Data bits', 8], # Valid: 5-9.