mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Plane: fixed comment
This commit is contained in:
parent
8733391315
commit
2ba9ce60e3
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user