diff --git a/sw/airborne/fms/overo_test_telemetry2.c b/sw/airborne/fms/overo_test_telemetry2.c index c4b6b7a999..ab05867546 100644 --- a/sw/airborne/fms/overo_test_telemetry2.c +++ b/sw/airborne/fms/overo_test_telemetry2.c @@ -38,7 +38,7 @@ static void timeout_cb(int fd, short event, void *arg); static struct event timeout; static struct event read_event; static struct FmsNetwork* network; -static struct DownlinkTrasport *udp_transport; +static struct DownlinkTransport *udp_transport; void timeout_cb(int fd, short event, void *arg) {