mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
update "NO_GPS" issue as per Justin Beech
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3225 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
4e71884298
commit
5e3e96b236
@ -22,6 +22,7 @@ AP_GPS_HIL::AP_GPS_HIL(Stream *s) : GPS(s)
|
||||
// Public Methods //////////////////////////////////////////////////////////////
|
||||
void AP_GPS_HIL::init(void)
|
||||
{
|
||||
idleTimeout = 1200;
|
||||
}
|
||||
|
||||
bool AP_GPS_HIL::read(void)
|
||||
|
@ -41,7 +41,8 @@ AP_GPS_IMU::AP_GPS_IMU(Stream *s) : GPS(s)
|
||||
void
|
||||
AP_GPS_IMU::init(void)
|
||||
{
|
||||
// we expect the stream to already be open at the corret bitrate
|
||||
// we expect the stream to already be open at the corret bitrate
|
||||
idleTimeout = 1200;
|
||||
}
|
||||
|
||||
// optimization : This code doesn't wait for data. It only proccess the data available.
|
||||
|
Loading…
Reference in New Issue
Block a user