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 164b93479c
commit 41fc9d60ca

View File

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