mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
uORBMain: disable message logging to the ulog on Snapdragon
This commit is contained in:
@@ -79,7 +79,12 @@ uorb_main(int argc, char *argv[])
|
|||||||
return -errno;
|
return -errno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if !defined(__PX4_QURT) && !defined(__PX4_POSIX_EAGLE)
|
||||||
|
/* FIXME: this fails on Snapdragon (see https://github.com/PX4/Firmware/issues/5406),
|
||||||
|
* so we disable logging messages to the ulog for now. This needs further investigations.
|
||||||
|
*/
|
||||||
px4_log_initialize();
|
px4_log_initialize();
|
||||||
|
#endif
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user