Plane: fixed comment

This commit is contained in:
Andrew Tridgell 2013-08-28 22:37:07 +10:00
parent 8733391315
commit 2ba9ce60e3

View File

@ -23,7 +23,9 @@ static int32_t read_barometer(void)
return altitude_filter.apply(barometer.get_altitude() * 100.0);
}
// in M/S * 100
/*
ask airspeed sensor for a new value
*/
static void read_airspeed(void)
{
if (airspeed.enabled()) {