mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 15:57:35 +08:00
px4io: nicer printf
This commit is contained in:
@@ -894,7 +894,7 @@ PX4IO::init()
|
||||
ret = register_driver(PWM_OUTPUT0_DEVICE_PATH, &fops, 0666, (void *)this);
|
||||
|
||||
if (ret == OK) {
|
||||
DEVICE_LOG("default PWM output device");
|
||||
PX4_INFO("default PWM output device");
|
||||
_primary_pwm_device = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user