mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 21:23:57 +08:00
uORB: Remove unused function
This commit is contained in:
@@ -817,18 +817,6 @@ uorb_main(int argc, char *argv[])
|
|||||||
namespace
|
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
|
* Advertise a node; don't consider it an error if the node has
|
||||||
* already been advertised.
|
* already been advertised.
|
||||||
|
|||||||
Reference in New Issue
Block a user