diff options
Diffstat (limited to 'tests/wipy/uart.py.exp')
-rw-r--r-- | tests/wipy/uart.py.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wipy/uart.py.exp b/tests/wipy/uart.py.exp index 6f0ea80bec..c8aeb77eff 100644 --- a/tests/wipy/uart.py.exp +++ b/tests/wipy/uart.py.exp @@ -37,8 +37,8 @@ True True True True -Pin('GP12', mode=Pin.IN, pull=Pin.PULL_NONE, drive=Pin.MED_POWER, alt=-1) -Pin('GP13', mode=Pin.IN, pull=Pin.PULL_NONE, drive=Pin.MED_POWER, alt=-1) +Pin('GP12', mode=Pin.IN, pull=None, drive=Pin.MED_POWER, alt=-1) +Pin('GP13', mode=Pin.IN, pull=None, drive=Pin.MED_POWER, alt=-1) Exception Exception Exception |