diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-11 11:05:58 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-16 10:10:19 +0200 |
commit | e77abc261bf47343d14c4b5e26c80a0136b93e7c (patch) | |
tree | d9b51ab5a911f91f84931462fec3f063c94380d8 /tests/wipy/uart.py | |
parent | c69642a4606bb70ea22756fea1ef6e965d1bbd9b (diff) |
cc3200: Default peripheral ID support on I2C.
Diffstat (limited to 'tests/wipy/uart.py')
-rw-r--r-- | tests/wipy/uart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wipy/uart.py b/tests/wipy/uart.py index 2c92de664..5b01c4518 100644 --- a/tests/wipy/uart.py +++ b/tests/wipy/uart.py @@ -30,6 +30,7 @@ for uart_id in uart_id_range: uart = UART(baudrate=1000000) uart.sendbreak() +uart = UART(baudrate=1000000) uart = UART() print(uart) uart = UART(baudrate=38400, pins=('GP12', 'GP13')) |