diff options
Diffstat (limited to 'stmhal/file.h')
-rw-r--r-- | stmhal/file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/file.h b/stmhal/file.h index 7522a337dc..f21ec6dab6 100644 --- a/stmhal/file.h +++ b/stmhal/file.h @@ -24,6 +24,6 @@ * THE SOFTWARE. */ -const byte fresult_to_errno_table[20]; +extern const byte fresult_to_errno_table[20]; MP_DECLARE_CONST_FUN_OBJ(mp_builtin_open_obj); |