diff options
| author | Damien George | 2014-07-19 16:39:13 +0100 |
|---|---|---|
| committer | Damien George | 2014-07-19 16:39:13 +0100 |
| commit | 02bc882c3dbfcfd6c825cddf53ededac9af65f02 (patch) | |
| tree | a63c3c2a14db192109e9cd78232e33604c004847 /stmhal/file.h | |
| parent | 5467186b0eaa6e856b00f60f807bb988ae2ef8c5 (diff) | |
stmhal: Add file.flush and os.stat.
Diffstat (limited to 'stmhal/file.h')
| -rw-r--r-- | stmhal/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stmhal/file.h b/stmhal/file.h index 350785f74..7522a337d 100644 --- a/stmhal/file.h +++ b/stmhal/file.h @@ -24,4 +24,6 @@ * THE SOFTWARE. */ +const byte fresult_to_errno_table[20]; + MP_DECLARE_CONST_FUN_OBJ(mp_builtin_open_obj); |
