mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 01:33:56 -04:00
AP_RangeFinder: Unify from print or println to printf.
This commit is contained in:
parent
59454b0c6f
commit
17c62ffe4c
@ -13,7 +13,7 @@ static RangeFinder sonar {serial_manager};
|
||||
void setup()
|
||||
{
|
||||
// print welcome message
|
||||
hal.console->println("Range Finder library test");
|
||||
hal.console->printf("Range Finder library test\n");
|
||||
|
||||
// setup for analog pin 13
|
||||
AP_Param::set_object_value(&sonar, sonar.var_info, "_TYPE", RangeFinder::RangeFinder_TYPE_PLI2C);
|
||||
|
Loading…
Reference in New Issue
Block a user