Skip to content

Commit 2025e82

Browse files
committed
Merge branch 'master' of github.com:micropython/micropython
2 parents 932bf1c + a2715c0 commit 2025e82

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

py/objarray.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
2+
3+
mp_obj_t mp_obj_new_bytearray(uint n, void *items);

0 commit comments

Comments
 (0)