From e77abc261bf47343d14c4b5e26c80a0136b93e7c Mon Sep 17 00:00:00 2001 From: Daniel Campora Date: Fri, 11 Sep 2015 11:05:58 +0200 Subject: cc3200: Default peripheral ID support on I2C. --- tests/wipy/uart.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/wipy/uart.py') 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')) -- cgit v1.2.3