Rover: fixed dead-zone on throttle

This commit is contained in:
Andrew Tridgell 2013-07-15 10:25:30 +10:00
parent 8c7619a837
commit e96d0f745c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ static void init_rc_in()
{
// set rc dead zones
channel_steer->set_default_dead_zone(30);
channel_throttle->set_default_dead_zone(3);
channel_throttle->set_default_dead_zone(30);
//set auxiliary ranges
update_aux();