Skip to content
Snippets Groups Projects
Commit 33fdb072 authored by Beat Küng's avatar Beat Küng
Browse files

uORBMain: disable message logging to the ulog on Snapdragon

parent 48a94e35
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,12 @@ uorb_main(int argc, char *argv[])
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();
#endif
return OK;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment