Files
PX4-Autopilot/src/drivers
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
..
2018-08-18 15:15:41 -04:00
2018-06-30 19:55:08 -04:00
2018-11-06 07:43:43 +08:00
2018-11-06 07:43:43 +08:00
2018-11-06 07:43:43 +08:00
2018-09-12 01:03:22 +02:00
2018-06-30 19:55:08 -04:00
2018-06-30 19:55:08 -04:00
2018-06-30 19:55:08 -04:00
2018-10-27 12:44:51 +02:00
2018-08-08 21:09:39 +02:00
2018-09-02 16:15:03 -04:00
2018-09-02 16:15:03 -04:00
2018-11-10 13:52:34 -05:00
2018-08-31 18:11:58 +02:00
2018-06-04 16:33:55 +02:00
2017-12-31 09:47:51 -05:00
2018-11-06 07:43:43 +08:00
2016-03-01 09:21:58 +01:00
2018-11-06 07:43:43 +08:00