Fix compilation

This commit is contained in:
nanosonde 2019-12-13 17:40:47 +01:00
parent dcc2bb1be1
commit 5651e5483a

View File

@ -7,7 +7,7 @@
#include "callback_property.h"
//224.0.23.12
#define DEFAULT_MULTICAST_ADDR 0xE000170C
#define DEFAULT_MULTICAST_ADDR 0xE000170CUL
IpParameterObject::IpParameterObject(DeviceObject& deviceObject, Platform& platform): _deviceObject(deviceObject),
_platform(platform)