diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-05-07 07:15:00 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-05-07 07:19:51 -0700 |
commit | 117c46d9eb00e8ffaabc1002a4946440cb1eb5b0 (patch) | |
tree | b247a7b62a896d2bbf06469a6ee384da3da8f46a /unix/qstrdefsport.h | |
parent | 0ef015b2533f7faeede18382c1d1f4eac919244b (diff) | |
download | micropython-117c46d9eb00e8ffaabc1002a4946440cb1eb5b0.tar.gz micropython-117c46d9eb00e8ffaabc1002a4946440cb1eb5b0.zip |
Add input command for unix
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index ea820af2be..55a82ec067 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -43,6 +43,7 @@ Q(callback) Q(func) Q(var) +Q(input) Q(time) Q(clock) Q(sleep) |