From d82c4841112b3f91a325304ec9f97cad399bc2fa Mon Sep 17 00:00:00 2001 From: Crsarmv7l <85343771+Crsarmv7l@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:05:47 -0400 Subject: [PATCH] define byteBuff --- src/protocols/PhysicalLayer/PhysicalLayer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/protocols/PhysicalLayer/PhysicalLayer.h b/src/protocols/PhysicalLayer/PhysicalLayer.h index f27e79ea..f1b2eb0d 100644 --- a/src/protocols/PhysicalLayer/PhysicalLayer.h +++ b/src/protocols/PhysicalLayer/PhysicalLayer.h @@ -521,6 +521,7 @@ class PhysicalLayer { size_t maxPacketLength; #if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE + uint8_t byteBuff; uint8_t bufferBitPos; uint8_t bufferWritePos; uint8_t bufferReadPos;