diff options
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 350785f74c..7522a337dc 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); |