summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_basic.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-06-04 16:53:17 +1000
committerDamien George <damien.p.george@gmail.com>2018-06-04 16:53:17 +1000
commit1427f8f593062a9f428d40e8d3536c6a97adc479 (patch)
tree7c09d354b3ecab14afcfe28251703ec4550403d0 /tests/extmod/vfs_basic.py
parent309fe39dbb14b1f715ea09c4b9de235a099c01b0 (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