px4-firmware/platforms/posix/include
Mara Bos e9fb17c51a Always use FILE* for standard output.
The threads running commands for clients through the Posix daemon used
to write to a char buffer through snprintf (etc.) which was then written
directly to the file descriptor, whereas in the other case printf
(etc.) was used to write to stdout (FILE*). Both versions used some
macro's and repeated code to have the same output.

This change unifies these two cases by using a FILE* in both cases. The
(line) buffering is done by the standard C library's implementation
(just like with stdout), and px4_log.c now uses the same code in all
cases (using fprintf, etc.) for printing (colored) output.
2018-11-23 12:15:41 +01:00
..
arch/board
px4_daemon Always use FILE* for standard output. 2018-11-23 12:15:41 +01:00
crc32.h
hrt_work.h
px4_platform_types.h
queue.h
system_config.h board_identity:Added common no-arch specific board_identity API 2018-10-03 10:30:10 +02:00