Skip to content

Commit

Permalink
core: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Aug 27, 2020
1 parent 4729051 commit 0c0dbab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/core/mavsdk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@ void Mavsdk::Configuration::set_usage_type(Mavsdk::Configuration::UsageType usag
_usage_type = usage_type;
}


} // namespace mavsdk
2 changes: 1 addition & 1 deletion src/core/mavsdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class Mavsdk {
*/
uint8_t get_system_id() const;

/**
/**
* @brief Set the system id of this configuration.
*/
void set_system_id(uint8_t system_id);
Expand Down

0 comments on commit 0c0dbab

Please sign in to comment.