diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-07 15:30:15 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-07 15:30:15 +0100 |
commit | c35e53436b9adb3c49a8980d018b2f8198db8077 (patch) | |
tree | 1227049154a3e1facd757eec090e851def039c35 /unix/qstrdefsport.h | |
parent | 1dd46fafbd11941f7aa5b3b3c1f3d63e102e85cf (diff) | |
parent | 117c46d9eb00e8ffaabc1002a4946440cb1eb5b0 (diff) | |
download | micropython-c35e53436b9adb3c49a8980d018b2f8198db8077.tar.gz micropython-c35e53436b9adb3c49a8980d018b2f8198db8077.zip |
Merge pull request #582 from dhylands/unix-input
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) |