mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Fix compilation
This commit is contained in:
parent
db068ba72a
commit
4bec5b36a2
@ -7,7 +7,7 @@
|
||||
#include "callback_property.h"
|
||||
|
||||
//224.0.23.12
|
||||
#define DEFAULT_MULTICAST_ADDR 0xE000170CUL
|
||||
#define DEFAULT_MULTICAST_ADDR ((uint32_t)0xE000170C)
|
||||
|
||||
IpParameterObject::IpParameterObject(DeviceObject& deviceObject, Platform& platform): _deviceObject(deviceObject),
|
||||
_platform(platform)
|
||||
|
Loading…
Reference in New Issue
Block a user