You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mavlink/tests/tcp_loopback_tests.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ mod test_tcp_connections {
6
6
7
7
#[cfg(feature = "signing")]
8
8
use mavlink::SigningConfig;
9
-
9
+
#[cfg(feature = "signing")]
10
10
usecrate::test_shared;
11
11
12
12
/// Test whether we can send a message via TCP and receive it OK. This also test signing as a property of a MavConnection if the signing feature is enabled.
0 commit comments