Remove getDirectBuffer
This commit is contained in:
parent
21f8ff6ee3
commit
b0c517e647
1 changed files with 0 additions and 7 deletions
|
@ -207,13 +207,6 @@ int16_t PhysicalLayer::readData(String& str, size_t len) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint8_t* PhysicalLayer::getDirectBuffer(bool drop) {
|
|
||||||
if(drop) {
|
|
||||||
dropSync();
|
|
||||||
}
|
|
||||||
return (this->buffer);
|
|
||||||
}
|
|
||||||
|
|
||||||
int16_t PhysicalLayer::readData(uint8_t* data, size_t len) {
|
int16_t PhysicalLayer::readData(uint8_t* data, size_t len) {
|
||||||
(void)data;
|
(void)data;
|
||||||
(void)len;
|
(void)len;
|
||||||
|
|
Loading…
Add table
Reference in a new issue