Initialize pointer
This commit is contained in:
parent
89a1178b57
commit
adcdc0a5f9
|
|
@ -40,8 +40,9 @@ Evt_Udn_Info_t *cmEVTudns[] = {
|
||||||
|
|
||||||
int cmEVTudnCNT = sizeof(cmEVTudns)/sizeof(Evt_Udn_Info_t *)-1;
|
int cmEVTudnCNT = sizeof(cmEVTudns)/sizeof(Evt_Udn_Info_t *)-1;
|
||||||
|
|
||||||
// Pointer to core info structure containing pointers to core functions.
|
/* Instantiation of pointer to core info structure containing pointers
|
||||||
struct coreInfo_t *coreitf;
|
* to core functions. */
|
||||||
|
struct coreInfo_t *coreitf = (struct coreInfo_t *) NULL;
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue