diff options
author | Steve Zatz <slzatz@gmail.com> | 2015-05-10 20:30:56 -0400 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-12 23:43:11 +0100 |
commit | c7df9c6c47855adcfd204100098e355358935dc3 (patch) | |
tree | 57c784467e25aa8fa4ce5cebad9427646c9e86af /stmhal/qstrdefsport.h | |
parent | f601390ef899a3b87b92d5075ded98a9766fdd6b (diff) | |
download | micropython-c7df9c6c47855adcfd204100098e355358935dc3.tar.gz micropython-c7df9c6c47855adcfd204100098e355358935dc3.zip |
stmhal: Add os.rename function.
Diffstat (limited to 'stmhal/qstrdefsport.h')
-rw-r--r-- | stmhal/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/qstrdefsport.h b/stmhal/qstrdefsport.h index a8b52f346a..c42ca734ba 100644 --- a/stmhal/qstrdefsport.h +++ b/stmhal/qstrdefsport.h @@ -379,6 +379,7 @@ Q(chdir) Q(getcwd) Q(listdir) Q(mkdir) +Q(rename) Q(remove) Q(rmdir) Q(unlink) |