diff options
Diffstat (limited to 'tests/pyb/pyb1.py')
| -rw-r--r-- | tests/pyb/pyb1.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/pyb/pyb1.py b/tests/pyb/pyb1.py index 00adc8553..184acbdc4 100644 --- a/tests/pyb/pyb1.py +++ b/tests/pyb/pyb1.py @@ -27,14 +27,10 @@ print((pyb.millis() - start) // 5) # should print 3 pyb.disable_irq() pyb.enable_irq() -print(pyb.freq()) - print(pyb.have_cdc()) pyb.hid((0, 0, 0, 0)) # won't do anything -pyb.rng() - pyb.sync() print(len(pyb.unique_id())) |
