ca_ci.cpp: fix -fpermissive error on aarch64

This commit is contained in:
Markus Volk
2020-02-03 23:06:38 +01:00
committed by MarkusVolk
parent 0e82fc5325
commit 9a9372931a

View File

@@ -479,7 +479,7 @@ bool cCA::SendMessage(const CA_MESSAGE *msg)
{ {
hal_debug("%s\n", __func__); hal_debug("%s\n", __func__);
if(cam_messenger) if(cam_messenger)
cam_messenger(EVT_CA_MESSAGE, (uint32_t) msg); cam_messenger(EVT_CA_MESSAGE, (uintptr_t) msg);
#if z_debug #if z_debug
printf("*******Message\n"); printf("*******Message\n");
printf("msg: %p\n", msg); printf("msg: %p\n", msg);