ca_ci.cpp: supplement to 9a9372931a

This commit is contained in:
MarkusVolk
2020-02-07 10:12:25 +01:00
parent 9a9372931a
commit 5e3736a0a8

View File

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