diff options
author | Daniel Campora <daniel@wipy.io> | 2015-09-22 23:20:29 +0200 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-09-27 01:48:20 +0200 |
commit | dbdcb58d6413a907e5f4aed25eee85073ff7e575 (patch) | |
tree | 0ecc90d3a3a947639549afde2b94c3d35b13fc2a /tests/wipy/rtc.py.exp | |
parent | 81d64ab939ff45e74b0154e4ce2d9c5d2cfe6328 (diff) | |
download | micropython-dbdcb58d6413a907e5f4aed25eee85073ff7e575.tar.gz micropython-dbdcb58d6413a907e5f4aed25eee85073ff7e575.zip |
cc3200: New irq API, affects all classes that provide the irq method.
Diffstat (limited to 'tests/wipy/rtc.py.exp')
-rw-r--r-- | tests/wipy/rtc.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/wipy/rtc.py.exp b/tests/wipy/rtc.py.exp index 8225f4602f..44f8f8b81c 100644 --- a/tests/wipy/rtc.py.exp +++ b/tests/wipy/rtc.py.exp @@ -28,6 +28,9 @@ True True True True +True +Exception +Exception Exception Exception Exception |