mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
fix(muorb): correct initialize spelling in protobuf channel logs (#27940)
PX4_INFO strings said 'initalize method'. Log text only. AI-assisted; human-reviewed.
This commit is contained in:
@@ -269,10 +269,10 @@ bool uORB::AppsProtobufChannel::Initialize(bool enable_debug)
|
||||
};
|
||||
|
||||
if (fc_sensor_initialize(enable_debug, &cb) != 0) {
|
||||
if (enable_debug) { PX4_INFO("Warning: muorb protobuf initalize method failed"); }
|
||||
if (enable_debug) { PX4_INFO("Warning: muorb protobuf initialize method failed"); }
|
||||
|
||||
} else {
|
||||
PX4_INFO("muorb protobuf initalize method succeeded");
|
||||
PX4_INFO("muorb protobuf initialize method succeeded");
|
||||
|
||||
_task_handle = px4_task_spawn_cmd("muorb_keepalive",
|
||||
SCHED_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user