[PHY] Add missing member variable init
This commit is contained in:
parent
5f1303aaba
commit
4a557f5162
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
PhysicalLayer::PhysicalLayer() {
|
PhysicalLayer::PhysicalLayer() {
|
||||||
|
this->freqStep = 1;
|
||||||
|
this->maxPacketLength = 1;
|
||||||
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
#if !RADIOLIB_EXCLUDE_DIRECT_RECEIVE
|
||||||
this->bufferBitPos = 0;
|
this->bufferBitPos = 0;
|
||||||
this->bufferWritePos = 0;
|
this->bufferWritePos = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue