From 3f357b5f1fcbf0422eb370096199d2ac207a8e54 Mon Sep 17 00:00:00 2001 From: Crsarmv7l <85343771+Crsarmv7l@users.noreply.github.com> Date: Sun, 5 May 2024 16:10:16 -0400 Subject: [PATCH] Remove getDirectBuffer --- src/protocols/PhysicalLayer/PhysicalLayer.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/protocols/PhysicalLayer/PhysicalLayer.h b/src/protocols/PhysicalLayer/PhysicalLayer.h index 1bf96758..f1b2eb0d 100644 --- a/src/protocols/PhysicalLayer/PhysicalLayer.h +++ b/src/protocols/PhysicalLayer/PhysicalLayer.h @@ -447,15 +447,6 @@ class PhysicalLayer { \returns Byte from direct mode buffer. */ 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 /*!