Initialize pointer

This commit is contained in:
Jim Monte 2020-04-25 19:42:53 +02:00 committed by Holger Vogt
parent 8d16e3e034
commit ed8221afde
1 changed files with 3 additions and 2 deletions

View File

@ -40,8 +40,9 @@ Evt_Udn_Info_t *cmEVTudns[] = {
int cmEVTudnCNT = sizeof(cmEVTudns)/sizeof(Evt_Udn_Info_t *)-1;
// Pointer to core info structure containing pointers to core functions.
struct coreInfo_t *coreitf;
/* Instantiation of pointer to core info structure containing pointers
* to core functions. */
struct coreInfo_t *coreitf = (struct coreInfo_t *) NULL;
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////