mirror of https://github.com/ArduPilot/ardupilot
Log_Read_Startup removed
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2306 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
2c2c4c882c
commit
3ecd94180d
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue