Copying host file updates from OCWare repo

This commit is contained in:
mdlewisfb
2018-10-24 08:00:11 -07:00
parent 4f74e7a1d9
commit 696d41f115
2 changed files with 5 additions and 8 deletions

View File

@@ -175,8 +175,7 @@ int32_t ocmw_frame_postTable_from_schema(const Component *root);
* *
* @return NONE * @return NONE
*/ */
inline void ocmw_free_global_pointer(void **ptr); extern inline void ocmw_free_global_pointer(void **ptr);
/* /*
* @param root an output value (by pointer) * @param root an output value (by pointer)
* @param systemInfo an output value (by pointer) * @param systemInfo an output value (by pointer)

View File

@@ -81,12 +81,10 @@ void * ocwdg_thread_comm_with_ec(void *pthreadData)
ecMsgHeader.ocmpTimestamp = OCWDG_NUMBER_ZERO; ecMsgHeader.ocmpTimestamp = OCWDG_NUMBER_ZERO;
/* Frame the Core packet for sending data to ec */ /* Frame the Core packet for sending data to ec */
/*ecCoreMsg.action = OCMP_AXN_TYPE_REPLY; ecCoreMsg.action = OCMP_AXN_TYPE_REPLY;
ecCoreMsg.msgtype = WATCHDOG; ecCoreMsg.msgtype = OCMP_MSG_TYPE_WATCHDOG;
ecCoreMsg.componentID = WD; ecCoreMsg.parameters = 0;
ecCoreMsg.parameters = OCWDG_NUMBER_ZERO;
ecCoreMsg.subsystem = WD;
*/
/* Construct the final packet */ /* Construct the final packet */
ecMsgFrame.header = ecMsgHeader; ecMsgFrame.header = ecMsgHeader;
ecMsgFrame.message = ecCoreMsg; ecMsgFrame.message = ecCoreMsg;