Skip to content
Snippets Groups Projects
Commit d0c379e3 authored by Mark Charlebois's avatar Mark Charlebois Committed by Lorenz Meier
Browse files

Removed inconsistent static definition

parent b9ba6730
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ int sleep_main(int argc, char *argv[])
#include "uORB/uORB.h"
static int wait_for_topic(int argc, char *argv[])
int wait_for_topic(int argc, char *argv[])
{
if (argc < 2 || argc > 3) {
cout << "Usage: wait_for_topic <topic> [timeout_sec]" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment