MAVLink: Fix NuttX build

This commit is contained in:
Lorenz Meier
2015-09-20 10:22:35 +02:00
parent 8172539856
commit b39dc4694b
+2
View File
@@ -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),