Files
paparazzi/conf/modules/logger_utils.xml
T
Gautier Hattenberger 41b5c7ef82 [log] add logger_utils module
Definitions and tools to abstract ChibiOS/Linux logging.
Use with control effectiveness logger and traffic_info (adding logging
support).

fix alt scaling in ACINFO_LLA message
2026-04-08 10:26:56 +02:00

17 lines
352 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="logger_utils" dir="loggers" task="core">
<doc>
<description>
Definitions and tools for logging with ChibiOS and Linux
</description>
</doc>
<header>
<file name="logger_utils.h" />
</header>
<makefile>
<file name="logger_utils.c"/>
<test/>
</makefile>
</module>