Skip to content

Commit

Permalink
core: improve docstring to keep Mavsdk alive
Browse files Browse the repository at this point in the history
This should make it a bit clearer hopefully.
  • Loading branch information
julianoes committed Oct 21, 2024
1 parent 963f05a commit d0f17dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mavsdk/core/include/mavsdk/mavsdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class MavsdkImpl;
* It is used to discover vehicles and manage active connections.
*
* An instance of this class must be created (first) in order to use the library.
* The instance must be destroyed after use in order to break connections and release all resources.
* An instance of this class must be created and kept alive in order to use the library.
* The instance can be destroyed after use in order to break connections and release all resources.
*/
class Mavsdk {
public:
Expand Down

0 comments on commit d0f17dc

Please sign in to comment.