mirror of
https://github.com/thelsing/knx.git
synced 2026-03-07 02:17:30 +01:00
astyle
This commit is contained in:
@@ -41,7 +41,7 @@ class GroupObject;
|
||||
class GroupObject
|
||||
{
|
||||
friend class GroupObjectTableObject;
|
||||
|
||||
GroupObject(const GroupObject& other) = delete;
|
||||
public:
|
||||
/**
|
||||
* The constructor.
|
||||
|
||||
@@ -130,9 +130,9 @@ IpParameterObject::IpParameterObject(DeviceObject& deviceObject, Platform& platf
|
||||
initializeProperties(sizeof(properties), properties);
|
||||
}
|
||||
|
||||
uint16_t* IpParameterObject::additionalIndivualAddresses(uint8_t& numAddresses)
|
||||
uint16_t* IpParameterObject::additionalIndivualAddresses(uint8_t& numAddresses)
|
||||
{
|
||||
#ifdef KNX_TUNNELING
|
||||
#ifdef KNX_TUNNELING
|
||||
numAddresses = KNX_TUNNELING;
|
||||
#else
|
||||
numAddresses = 0;
|
||||
|
||||
Reference in New Issue
Block a user