mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-05 13:15:54 +02:00
fix compile
This commit is contained in:
parent
2f19e70852
commit
4a00f90e34
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class Payload : public Handler<payloadListenerType> {
|
||||||
mMaxRetrans = maxRetransmits;
|
mMaxRetrans = maxRetransmits;
|
||||||
mTimestamp = timestamp;
|
mTimestamp = timestamp;
|
||||||
memset(mPayload, 0, (MAX_NUM_INVERTERS * sizeof(invPayload_t)));
|
memset(mPayload, 0, (MAX_NUM_INVERTERS * sizeof(invPayload_t)));
|
||||||
mLastPacketId = 0x00;
|
|
||||||
mSerialDebug = false;
|
mSerialDebug = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue