-
- Downloads
px4_daemon: fixes for packet length computation
The enum change from uint8_t to an int avoids uninitialized bytes, which led to valgrind warnings (no error though).
Showing
- platforms/posix/src/px4_daemon/client.cpp 3 additions, 3 deletionsplatforms/posix/src/px4_daemon/client.cpp
- platforms/posix/src/px4_daemon/pipe_protocol.cpp 1 addition, 1 deletionplatforms/posix/src/px4_daemon/pipe_protocol.cpp
- platforms/posix/src/px4_daemon/pipe_protocol.h 7 additions, 4 deletionsplatforms/posix/src/px4_daemon/pipe_protocol.h
- platforms/posix/src/px4_daemon/pxh.cpp 0 additions, 2 deletionsplatforms/posix/src/px4_daemon/pxh.cpp
Please register or sign in to comment