Skip to content

Commit c7b4cba

Browse files
committed
default param for bidir test
1 parent 427ebf8 commit c7b4cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ttboard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
@author: Pat Deegan
77
@copyright: Copyright (C) 2024 Pat Deegan, https://psychogenic.com
88
'''
9-
VERSION='0.9.6'
9+
VERSION='0.9.7'

src/ttboard/util/shuttle_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import ttboard.logging as logging
1313
log = logging.getLogger(__name__)
1414

15-
def factory_test_bidirs(tt:DemoBoard, max_idx:int, delay_interval_ms:int=1):
15+
def factory_test_bidirs(tt:DemoBoard, max_idx:int=255, delay_interval_ms:int=1):
1616
'''
1717
Tests project comms and bidir pins by using tt_um_test to reflect
1818
bidir to output.

0 commit comments

Comments
 (0)