diff options
Diffstat (limited to 'tests/wipy/uart.py.exp')
-rw-r--r-- | tests/wipy/uart.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/wipy/uart.py.exp b/tests/wipy/uart.py.exp index 7234b35190..8e7da99f63 100644 --- a/tests/wipy/uart.py.exp +++ b/tests/wipy/uart.py.exp @@ -40,3 +40,7 @@ Exception Exception Exception Exception +UART(0) +UART(0, baudrate=115200, bits=8, parity=None, stop=1) +UART(1) +UART(1, baudrate=115200, bits=8, parity=None, stop=1) |