kopia lustrzana https://github.com/jgromes/RadioLib
[PHY] Add missing member variable init
rodzic
5f1303aaba
commit
4a557f5162
|
@ -3,6 +3,8 @@
|
|||
#include <string.h>
|
||||
|
||||
PhysicalLayer::PhysicalLayer() {
|
||||
this->freqStep = 1;
|
||||
this->maxPacketLength = 1;
|
||||
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
||||
this->bufferBitPos = 0;
|
||||
this->bufferWritePos = 0;
|
||||
|
|
Ładowanie…
Reference in New Issue