Skip to content

Commit

Permalink
core: removed some unneeded older comments
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jul 19, 2018
1 parent 0f47a71 commit bf6ea37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/system_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,9 @@ class SystemImpl {

typedef std::function<void(MAVLinkCommands::Result, float)> command_result_callback_t;

// FIXME: I tried to use templates for these;
// but I get undefined reference. Need to dig it later.
MAVLinkCommands::Result send_command(MAVLinkCommands::CommandLong &command);
MAVLinkCommands::Result send_command(MAVLinkCommands::CommandInt &command);

// FIXME: I tried to use templates for these;
// but I get undefined reference. Need to dig it later.
void send_command_async(MAVLinkCommands::CommandLong &command,
const command_result_callback_t callback);
void send_command_async(MAVLinkCommands::CommandInt &command,
Expand Down

0 comments on commit bf6ea37

Please sign in to comment.