File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11.pioenvs
22.clang_complete
3- .gcc-flags.json
3+ .gcc-flags.json
4+ .piolibdeps
Original file line number Diff line number Diff line change 11/* **********
22Sept. 2014 Rui Azevedo - ruihfazevedo(@rrob@)gmail.com
33creative commons license 3.0: Attribution-ShareAlike CC BY-SA
4- This software is furnished "as is", without technical support, and with no
4+ This software is furnished "as is", without technical support, and with no
55warranty, express or implied, as to its usefulness for any purpose.
66
77Thread Safe: No
@@ -34,7 +34,7 @@ class chainStream:public Stream {
3434 for (int n=0 ;n<N;n++) {
3535 int key=streams[n]->available ()?streams[n]->read ():-1 ;
3636 if (key!=on) {
37- on=key ;
37+ on=- 1 ;
3838 return key;
3939 }
4040 // streams[n]->read();
You can’t perform that action at this time.
0 commit comments