mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
uORB: Remove unused function
This commit is contained in:
parent
e092705b0d
commit
87aaf2a959
@ -817,18 +817,6 @@ uorb_main(int argc, char *argv[])
|
||||
namespace
|
||||
{
|
||||
|
||||
void debug(const char *fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, fmt);
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
fprintf(stderr, "\n");
|
||||
fflush(stderr);
|
||||
usleep(100000);
|
||||
}
|
||||
|
||||
/**
|
||||
* Advertise a node; don't consider it an error if the node has
|
||||
* already been advertised.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user