/******************************************************************************* * モジュール名称 :アプリケーション01 グローバル変数初期化 * * モジュールラベル :app01_InitVar_EWO * * コーリングシーケンス:void app01_InitVar_MWE() * * 作成日・作成者 :2012/06/22 Y.K. * * * * 参照 : app01_InitVar.c を参照のこと * * 注意 : EDIT権限は、EXT組 * * * * 変更履歴 :2012/7/18 A.K. * * 内部モード照合機能(変数初期化)を追加 * *******************************************************************************/ #include "app_common.h" #include "app_MWE.h" unsigned char app01_InitVar_MWE() { // WPT-S1 Gus_MWE_WPT_Timer =0; //AK110708// Gus_MWE_WPT_Timer_Hist=0; //AK110708// Guc_MWE_WPTSext = 0x00; // Non-exe, No-trigger Gus_MWE_MST_Timer =0; //AK110708// Gus_MWE_MST_Timer_Hist=0; //AK110708// Guc_MWE_stat_chk=0; //AK120718// Guc_MWE_stat_chk2=0; //AK120718// Guc_MWE_stat_para1=0; //AK120718// Guc_MWE_stat_para2=0; //AK120718// Guc_MWE_stat_para3=0; //AK120718// Guc_MWE_stat_para4=0; //AK120718// Guc_MWE_stat_para5=0; //AK120718// Guc_MWE_stat_para6=0; //AK120718// Guc_MWE_stat_log=0; //AK120718// return(0); }