mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed warning
This commit is contained in:
parent
a7012a5418
commit
3639c7ae91
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user