summaryrefslogtreecommitdiff
path: root/wasp/boards/sphinx/watch.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/boards/sphinx/watch.py')
-rw-r--r--wasp/boards/sphinx/watch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/wasp/boards/sphinx/watch.py b/wasp/boards/sphinx/watch.py
index dccee44..57b590e 100644
--- a/wasp/boards/sphinx/watch.py
+++ b/wasp/boards/sphinx/watch.py
@@ -1,3 +1,6 @@
+# SPDX-License-Identifier: LGPL-3.0-or-later
+# Copyright (C) 2020 Daniel Thompson
+
import time
def sleep_ms(ms):
time.sleep(ms / 1000)