New XML Parser implementation, supports splitter and combiner
[apps/agl-service-unicens.git] / ucs2-interface / ucs_config.h
index fdca515..2b61f16 100644 (file)
@@ -134,7 +134,7 @@ typedef struct
     bool initialized;
     RB_t rb;
     uint8_t rbBuf[(CMD_QUEUE_LEN * sizeof(UnicensCmdEntry_t))];
-    Ucs_Inst_t *unicens;
+    Ucs_Inst_t *UNICENS;
     Ucs_InitData_t uniInitData;
     bool triggerService;
     Ucs_Lld_Api_t *uniLld;
@@ -142,4 +142,4 @@ typedef struct
     UnicensCmdEntry_t *currentCmd;
 } UCSI_Data_t;
 
-#endif /* UNICENSINTEGRATION_H_ */
\ No newline at end of file
+#endif /* UNICENSINTEGRATION_H_ */