diff options
Diffstat (limited to 'stm/main.c')
-rw-r--r-- | stm/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/main.c b/stm/main.c index b7ae8aacca..0ab44ca8d4 100644 --- a/stm/main.c +++ b/stm/main.c @@ -746,6 +746,7 @@ static const mp_obj_type_t file_obj_type = { { &mp_const_type }, "File", file_obj_print, // print + NULL, // make_new NULL, // call_n NULL, // unary_op NULL, // binary_op |