diff options
Diffstat (limited to 'tests/pyb/pyb1.py')
| -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 0087ec050..00adc8553 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) |
