mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 00:30:34 +08:00
heater driver use common error string
This commit is contained in:
committed by
Lorenz Meier
parent
67f1e63362
commit
878bd43ad1
@@ -272,7 +272,7 @@ void Heater::initialize_trampoline(void *argv)
|
||||
Heater *heater = new Heater();
|
||||
|
||||
if (!heater) {
|
||||
PX4_ERR("Heater driver alloc failed");
|
||||
PX4_ERR("driver allocation failed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user