diff options
Diffstat (limited to 'examples/natmod/btree/btree_c.c')
-rw-r--r-- | examples/natmod/btree/btree_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/natmod/btree/btree_c.c b/examples/natmod/btree/btree_c.c index 5e8a34ac4..e342b7d90 100644 --- a/examples/natmod/btree/btree_c.c +++ b/examples/natmod/btree/btree_c.c @@ -94,7 +94,7 @@ int mp_stream_posix_fsync(void *stream) { return res; } -mp_obj_type_t btree_type; +mp_obj_full_type_t btree_type; #include "extmod/modbtree.c" |