Merge branch 'master' of github.com:micropython/micropython
This commit is contained in:
commit
2025e82cbf
3
py/objarray.h
Normal file
3
py/objarray.h
Normal file
@ -0,0 +1,3 @@
|
||||
MP_DECLARE_CONST_FUN_OBJ(mp_builtin_bytearray_obj);
|
||||
|
||||
mp_obj_t mp_obj_new_bytearray(uint n, void *items);
|
Loading…
x
Reference in New Issue
Block a user