mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_Mount: Unify from print or println to printf.
This commit is contained in:
parent
92eb179acf
commit
2d32211c81
@ -30,7 +30,7 @@
|
|||||||
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||||
|
|
||||||
void setup () {
|
void setup () {
|
||||||
hal.console->println("Unit test for AP_Mount. This sketch"
|
hal.console->printf("%s\n", "Unit test for AP_Mount. This sketch"
|
||||||
"has no functionality, it only tests build.");
|
"has no functionality, it only tests build.");
|
||||||
}
|
}
|
||||||
void loop () {}
|
void loop () {}
|
||||||
|
Loading…
Reference in New Issue
Block a user