summaryrefslogtreecommitdiffstatshomepage
path: root/examples/pyb.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pyb.py')
-rw-r--r--examples/pyb.py4
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():