fixed documentation

This commit is contained in:
gilteixeira 2023-04-03 19:03:32 +01:00
parent a7faad26fb
commit 0c76b48ef6
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ enum EVM_CHECK_R check_evrsrm(BTPPacketIndication_t *bpi, EV_RSR_t *evrsrm, uint
void* evcsn_service(); void* evcsn_service();
/** /**
* Analyses a VCM * Analyses a evm
* @param vcm The VCM to be analyzed * @param evm The evm to be analyzed
* @return 0 on success, other value otherwise * @return 0 on success, other value otherwise
*/ */
int evcsnm_check(EvcsnPdu_t* evcsnm); int evcsnm_check(EvcsnPdu_t* evcsnm);