mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 05:17:35 +08:00
Fixed warning
This commit is contained in:
@@ -327,7 +327,7 @@ mixer_handle_text(const void *buffer, size_t length)
|
||||
return 1;
|
||||
}
|
||||
|
||||
px4io_mixdata *msg = (px4io_mixdata *)buffer;
|
||||
px4io_mixdata *msg = static_cast<px4io_mixdata *>(buffer);
|
||||
|
||||
isr_debug(2, "mix txt %u", length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user