Log_Read_Startup removed

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2306 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-05-15 22:36:41 +00:00
parent 2c2c4c882c
commit 3ecd94180d
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ void Log_Read(int start_page, int end_page)
log_step++; log_step++;
}else if(data == LOG_STARTUP_MSG){ }else if(data == LOG_STARTUP_MSG){
Log_Read_Startup(); //Log_Read_Startup();
log_step++; log_step++;
}else { }else {
if(data == LOG_GPS_MSG){ if(data == LOG_GPS_MSG){