summaryrefslogtreecommitdiff
path: root/wasp/boards/sphinx/watch.py
diff options
context:
space:
mode:
authorCarlosgg <carlosgilglez@gmail.com>2020-10-27 17:10:56 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-29 20:20:03 (GMT)
commit3fb1faceab8c4067cf636e0628ab44fe77582f72 (patch)
tree83e68362ac83ed0d14769335029bd8d23ddb3461 /wasp/boards/sphinx/watch.py
parente450ccf9f0cc7a646bfac75d6e1b67d5ee7481f0 (diff)
Notify level in settings app
Signed-off-by: Carlos Gil Gonzalez <carlosgilglez@gmail.com> [daniel@redfelineninja.org.uk: Fixed board support for simulator and sphinx (a.k.a. doc builder)] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards/sphinx/watch.py')
-rw-r--r--wasp/boards/sphinx/watch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/watch.py b/wasp/boards/sphinx/watch.py
index 6ffcd5f..2a6e498 100644
--- a/wasp/boards/sphinx/watch.py
+++ b/wasp/boards/sphinx/watch.py
@@ -46,6 +46,8 @@ def sleep_ms(ms):
time.sleep(ms / 1000)
time.sleep_ms = sleep_ms
+import os
+
class Accel():
def reset(self):
pass