Remove getDirectBuffer
This commit is contained in:
parent
b0c517e647
commit
3f357b5f1f
1 changed files with 0 additions and 9 deletions
|
@ -447,15 +447,6 @@ class PhysicalLayer {
|
||||||
\returns Byte from direct mode buffer.
|
\returns Byte from direct mode buffer.
|
||||||
*/
|
*/
|
||||||
uint8_t read(bool drop = true);
|
uint8_t read(bool drop = true);
|
||||||
|
|
||||||
/*!
|
|
||||||
\brief Get the direct mode buffer.
|
|
||||||
\param drop Drop synchronization on read - next reading will require waiting for the sync word again.
|
|
||||||
Defaults to true.
|
|
||||||
\returns direct mode buffer.
|
|
||||||
*/
|
|
||||||
|
|
||||||
uint8_t* getDirectBuffer(bool drop = true);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Add table
Reference in a new issue