@@ -234,7 +234,7 @@ static void INITIALIZE_Process(void)
result = ec800m.query_cgreg(&cgreg_n, &cgreg_stat, &cgreg_lac, &cgreg_ci);
if(result == Result_Success)
{
- if(cgreg_stat == 1)
+ if(cgreg_stat == 1 || cgreg_stat == 5)
goto_success();
}