mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
QuRT logging improvements (#24462)
- Made general improvements to the QURT platform message logging so that module name is printed both in mini-dm and on apps side terminal
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include <qurt_alloc.h>
|
||||
#include <termios.h>
|
||||
|
||||
#define MODULE_NAME "unresolved_symbols"
|
||||
|
||||
__attribute__((visibility("default"))) void free(void *ptr)
|
||||
{
|
||||
qurt_free(ptr);
|
||||
|
||||
Reference in New Issue
Block a user