include/ca.h: add missing SetCIOperator()

Origin commit data
------------------
Branch: master
Commit: e0a68912b8
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2025-05-01 (Thu, 01 May 2025)

Origin message was:
------------------
- include/ca.h: add missing SetCIOperator()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2025-05-01 10:29:47 +02:00
committed by vanhofen
parent 46db105bd5
commit 6ce79914d8
2 changed files with 4 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ uint32_t cCA::GetNumberSmartCardSlots(void)
void cCA::ModuleName(enum CA_SLOT_TYPE, uint32_t p, char * /*Name*/)
{
/* TODO: waht to do with *Name? */
/* TODO: what to do with *Name? */
hal_debug("%s param:%d\n", __FUNCTION__, (int)p);
}