mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
px4_layer: removed leftover printf lie
This commit is contained in:
@@ -94,7 +94,7 @@ static void *entry_adapter(void *ptr)
|
|||||||
data = (pthdata_t *) ptr;
|
data = (pthdata_t *) ptr;
|
||||||
|
|
||||||
data->entry(data->argc, data->argv);
|
data->entry(data->argc, data->argv);
|
||||||
PX4_WARN("Before waiting infinte busy loop");
|
//PX4_WARN("Before waiting infinte busy loop");
|
||||||
//for( ;; )
|
//for( ;; )
|
||||||
//{
|
//{
|
||||||
// volatile int x = 0;
|
// volatile int x = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user