Fix compilation

This commit is contained in:
nanosonde 2019-12-16 16:01:47 +01:00
parent db068ba72a
commit 4bec5b36a2

View File

@ -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)