diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:14:18 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-01-15 22:14:18 +0000 |
| commit | 11507f4074c4cece88e3f8a404c07653b40a167a (patch) | |
| tree | 507349ca8d71dbd6e75b650072dc8025dd5a7677 /py/stream.h | |
| parent | d02c6d896292d585ba2a46c194cfe00da33a2a72 (diff) | |
| parent | 9953ca432b063a245c3f1bd07b8907a295ff1397 (diff) | |
Merge branch 'master' of github.com:dpgeorge/micropython
Diffstat (limited to 'py/stream.h')
| -rw-r--r-- | py/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/stream.h b/py/stream.h index b1c3c7278..58e807254 100644 --- a/py/stream.h +++ b/py/stream.h @@ -1,3 +1,4 @@ extern const mp_obj_fun_native_t mp_stream_read_obj; extern const mp_obj_fun_native_t mp_stream_readall_obj; +extern const mp_obj_fun_native_t mp_stream_unbuffered_readline_obj; extern const mp_obj_fun_native_t mp_stream_write_obj; |
