Skip to content
Snippets Groups Projects
Commit b39dc469 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

MAVLink: Fix NuttX build

parent 81725398
No related branches found
No related tags found
No related merge requests found
......@@ -178,9 +178,11 @@ Mavlink::Mavlink() :
_rate_tx(0.0f),
_rate_txerr(0.0f),
_rate_rx(0.0f),
#ifdef __PX4_POSIX
_myaddr{},
_src_addr{},
_bcast_addr{},
#endif
_socket_fd(-1),
_protocol(SERIAL),
_network_port(14556),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment