ca_ci.cpp: fix -fpermissive error on aarch64

​


Origin commit data
------------------
Branch: master
Commit: 76f1f53098
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-02-03 (Mon, 03 Feb 2020)



------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-02-03 23:06:38 +01:00
committed by vanhofen
parent d283282a45
commit e894cee4c7

View File

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