mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
Fix compilation
This commit is contained in:
parent
9e01a5c915
commit
ebfebaaf71
@ -134,8 +134,7 @@ const uint8_t RfPhysicalLayerCC1101::cc1101_2FSK_32_7_kb[CFG_REGISTER] = {
|
|||||||
const uint8_t RfPhysicalLayerCC1101::paTablePower868[8] = {0x03,0x17,0x1D,0x26,0x50,0x86,0xCD,0xC0};
|
const uint8_t RfPhysicalLayerCC1101::paTablePower868[8] = {0x03,0x17,0x1D,0x26,0x50,0x86,0xCD,0xC0};
|
||||||
|
|
||||||
RfPhysicalLayerCC1101::RfPhysicalLayerCC1101(RfDataLinkLayer& rfDataLinkLayer, Platform& platform)
|
RfPhysicalLayerCC1101::RfPhysicalLayerCC1101(RfDataLinkLayer& rfDataLinkLayer, Platform& platform)
|
||||||
: _rfDataLinkLayer(rfDataLinkLayer),
|
: RfPhysicalLayer(rfDataLinkLayer, platform)
|
||||||
_platform(platform)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -237,9 +237,6 @@ class RfPhysicalLayerCC1101 : public RfPhysicalLayer
|
|||||||
uint8_t prevStatusGDO0 {0}; // for edge detection during polling
|
uint8_t prevStatusGDO0 {0}; // for edge detection during polling
|
||||||
uint8_t prevStatusGDO2 {0}; // for edge detection during polling
|
uint8_t prevStatusGDO2 {0}; // for edge detection during polling
|
||||||
uint32_t packetStartTime {0};
|
uint32_t packetStartTime {0};
|
||||||
|
|
||||||
RfDataLinkLayer& _rfDataLinkLayer;
|
|
||||||
Platform& _platform;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // USE_RF
|
#endif // USE_RF
|
||||||
|
Loading…
Reference in New Issue
Block a user