mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Airspeed: Unify from print or println to printf.
This commit is contained in:
parent
836c8aa684
commit
743d6e6db4
@ -44,7 +44,7 @@ void set_object_value(const void *object_pointer,
|
||||
|
||||
void setup()
|
||||
{
|
||||
hal.console->println("ArduPilot Airspeed library test");
|
||||
hal.console->printf("ArduPilot Airspeed library test\n");
|
||||
|
||||
set_object_value(&airspeed, airspeed.var_info, "PIN", 65);
|
||||
set_object_value(&airspeed, airspeed.var_info, "ENABLE", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user