From 2c2d26e9540b463f03bbbd05a999c3e6e0e7d5ae Mon Sep 17 00:00:00 2001 From: Polarix Date: Fri, 2 Jun 2017 20:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6HMI/inc/HMI?= =?UTF-8?q?=5FProcess.h.bak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMI/inc/HMI_Process.h.bak | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 HMI/inc/HMI_Process.h.bak diff --git a/HMI/inc/HMI_Process.h.bak b/HMI/inc/HMI_Process.h.bak deleted file mode 100644 index bdd86d9..0000000 --- a/HMI/inc/HMI_Process.h.bak +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef HMI_PROCESS_H_INCLUDED -#define HMI_PROCESS_H_INCLUDED -#include "HMI_Data.h" - -void HMI_Action_Initialize(void); -int32_t HMI_Action_UserActions(uint16_t uiOptions, uint16_t* uiActions); -int32_t HMI_Action_UpdateScreen(void* pstPreProcessData); -void HMI_Action_FollowUp(size_t uiScreenIndex, void* pstPreProcessData); -#endif // HMI_PROCESS_H_INCLUDED