Revert "Fixed warning"

This reverts commit 3639c7ae91.
This commit is contained in:
Lorenz Meier 2014-03-04 22:52:34 +01:00
parent 86c80678ae
commit fabef6c889
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 = static_cast<px4io_mixdata *>(buffer);
px4io_mixdata *msg = (px4io_mixdata *)buffer;
isr_debug(2, "mix txt %u", length);