diff options
author | Damien George <damien.p.george@gmail.com> | 2018-06-04 16:53:17 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-04 16:53:17 +1000 |
commit | 1427f8f593062a9f428d40e8d3536c6a97adc479 (patch) | |
tree | 7c09d354b3ecab14afcfe28251703ec4550403d0 /tests/extmod/vfs_basic.py | |
parent | 309fe39dbb14b1f715ea09c4b9de235a099c01b0 (diff) |
py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.
Since a long time now, mp_obj_type_t no longer refers explicitly to
mp_stream_p_t but rather to an abstract "const void *protocol". So there's
no longer any need to define mp_stream_p_t in obj.h and it can go with all
its associated definitions in stream.h. Pretty much all users of this type
will already include the stream header.
Diffstat (limited to 'tests/extmod/vfs_basic.py')
0 files changed, 0 insertions, 0 deletions