Skip to content

Commit

Permalink
core: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jun 1, 2018
1 parent 846d83c commit 19967c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dronecore.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class DroneCore {
* To accept only local connections of the machine, use 127.0.0.1.
* For any incoming connections, use 0.0.0.0.
*
* @param local_ip The local UDP ip to listen to.
* @param local_ip The local UDP IP address to listen to.
* @param local_port The local UDP port to listen to (defaults to 14540, the same as MAVROS).
* @return The result of adding the connection.
*/
Expand Down

0 comments on commit 19967c0

Please sign in to comment.