diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-17 18:28:38 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-17 20:27:01 +0300 |
commit | eb2fc9787a28554ac74995ab50cf326907f81ff0 (patch) | |
tree | 2670bbdd52a3a4fd2398d9079eff89a37d38a1be /unix/qstrdefsport.h | |
parent | de8292202edef4adf591c1d2562c509638b6c820 (diff) | |
download | micropython-eb2fc9787a28554ac74995ab50cf326907f81ff0.tar.gz micropython-eb2fc9787a28554ac74995ab50cf326907f81ff0.zip |
unix modtime: Convert to static module structures.
Diffstat (limited to 'unix/qstrdefsport.h')
-rw-r--r-- | unix/qstrdefsport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/qstrdefsport.h b/unix/qstrdefsport.h index 42f20d2657..eb61e2a618 100644 --- a/unix/qstrdefsport.h +++ b/unix/qstrdefsport.h @@ -30,3 +30,7 @@ Q(fficallback) Q(ffivar) Q(func) Q(var) + +Q(time) +Q(clock) +Q(sleep) |