diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-13 15:31:17 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-16 10:10:24 +0200 |
commit | d5ec336eefc8d892a1182da747d825155fcecb15 (patch) | |
tree | ba86073fadcc063eaf7e421de73a2363a99dbd6a /tests/wipy/uart.py.exp | |
parent | f38d16483a41313bedef683d331c8cb26af50f14 (diff) |
cc3200: Replace Pin.PULL_NONE with None.
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 6f0ea80be..c8aeb77ef 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 |