Skip to content

Commit 8549de3

Browse files
Update mavsdk_server/src/main/java/io/mavsdk/mavsdkserver/MavsdkServer.java
Co-authored-by: Jonas Vautherin <[email protected]>
1 parent 2e661a9 commit 8549de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavsdk_server/src/main/java/io/mavsdk/mavsdkserver/MavsdkServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public int run(String systemAddress, int mavsdkServerPort) {
7575
* For Serial : serial:///path/to/serial/dev[:baudrate]
7676
* @param mavsdkServerPort The port on which the server should listen for a `System`.
7777
* @param systemId The MAVLink sysid that MAVSDK should use.
78-
* @param componentId The identifier which the component should connect with.
78+
* @param componentId The MAVLink compid that MAVSDK should use.
7979
* @return The port on which MavsdkServer listens for a `System` to connect.
8080
* A return value of 0 means that the server failed to start.
8181
*/

0 commit comments

Comments
 (0)