diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pyb/pyb1.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/pyb/pyb1.py b/tests/pyb/pyb1.py index 0087ec0507..00adc85533 100644 --- a/tests/pyb/pyb1.py +++ b/tests/pyb/pyb1.py @@ -40,3 +40,6 @@ pyb.sync() print(len(pyb.unique_id())) pyb.wfi() + +pyb.fault_debug(True) +pyb.fault_debug(False) |