[tmp] ignore RTT read() arguments for now
This commit is contained in:
parent
5cb811e525
commit
d73c084bb7
|
@ -131,7 +131,7 @@ impl Buffer {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fill in buf
|
// Fill in buf
|
||||||
fn read(&mut self, buf: &mut [u8], blocking: bool) -> bool {
|
fn read(&mut self, _buf: &mut [u8], _blocking: bool) -> bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue