diff options
Diffstat (limited to 'tests/pyb/pyb1.py')
-rw-r--r-- | tests/pyb/pyb1.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pyb/pyb1.py b/tests/pyb/pyb1.py index 184acbdc4..443722ca8 100644 --- a/tests/pyb/pyb1.py +++ b/tests/pyb/pyb1.py @@ -29,8 +29,6 @@ pyb.enable_irq() print(pyb.have_cdc()) -pyb.hid((0, 0, 0, 0)) # won't do anything - pyb.sync() print(len(pyb.unique_id())) |