diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index 8d6df07..2e22db9 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -56,7 +56,7 @@ static cCA* pcCAInstance = NULL; /* nur diese Message wird vom CI aus neutrinoMessages.h benutzt */ /* für den CamMsgHandler, darum hier einfach mal definiert */ /* die Feinheiten werden ja in CA_MESSAGE verpackt */ -uint32_t EVT_CA_MESSAGE = 0x80000000 + 60; +uintptr_t EVT_CA_MESSAGE = 0x80000000 + 60; static cs_messenger cam_messenger = NULL;