mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Removed inconsistent static definition
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
committed by
Lorenz Meier
parent
b9ba673009
commit
d0c379e371
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user