diff options
Diffstat (limited to 'examples/pyb.py')
-rw-r--r-- | examples/pyb.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pyb.py b/examples/pyb.py index f7b52a2a1e..65fed6647e 100644 --- a/examples/pyb.py +++ b/examples/pyb.py @@ -1,9 +1,9 @@ # pyboard testing functions for CPython import time - def delay(n): - time.sleep(float(n) / 1000) + #time.sleep(float(n) / 1000) + pass rand_seed = 1 def rand(): |