mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
41b5c7ef82
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
17 lines
352 B
XML
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>
|