Add a missing MP_PROTO_IMPLEMENT
This commit is contained in:
parent
8fd2d82622
commit
843fdbb250
@ -101,6 +101,7 @@ STATIC const mp_rom_map_elem_t rawfile_locals_dict_table[] = {
|
||||
STATIC MP_DEFINE_CONST_DICT(rawfile_locals_dict, rawfile_locals_dict_table);
|
||||
|
||||
STATIC const mp_stream_p_t fileio_stream_p = {
|
||||
MP_PROTO_IMPLEMENT(MP_QSTR_protocol_stream)
|
||||
.read = stest_read,
|
||||
.write = stest_write,
|
||||
.ioctl = stest_ioctl,
|
||||
|
Loading…
Reference in New Issue
Block a user