aboutsummaryrefslogtreecommitdiff
path: root/stmhal/qstrdefsport.h
diff options
context:
space:
mode:
authorDamien George2014-09-29 12:42:31 +0100
committerDamien George2014-09-29 12:42:31 +0100
commit853708738eee3437c3cb10e4bedf2760c541766b (patch)
tree7e1ab55ea2ee575cd7fdc99105196ac1bba62a6e /stmhal/qstrdefsport.h
parent6e2051377f89a90b2c22bc49f471f85c595b6f8e (diff)
parenta21f56b2d5c01b90e86453d1e7d38968085b09e0 (diff)
Merge pull request #881 from dhylands/elapsed
Added pyb.elapsed_millis and pyb.elapsed_micros
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r--stmhal/qstrdefsport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h
index a3a0f0d02..674b8f3f8 100644
--- a/stmhal/qstrdefsport.h
+++ b/stmhal/qstrdefsport.h
@@ -68,6 +68,8 @@ Q(/sd)
Q(/sd/lib)
Q(millis)
Q(micros)
+Q(elapsed_millis)
+Q(elapsed_micros)
// for file class
Q(seek)