Fixed warning

This commit is contained in:
Lorenz Meier 2014-03-04 21:36:09 +01:00
parent a7012a5418
commit 3639c7ae91
1 changed files with 1 additions and 1 deletions

View File

@ -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);