zephyr/include/logging
Emil Gydesen bf414c5559 logging: Fixed compile warning with extern array declaration
The extern array declaration of size 0 gives a warning when
compiling with GCC. Updated to use [] rather than [0].

Signed-off-by: Emil Gydesen <emil_gydesen@bose.com>
2020-06-09 14:42:16 +02:00
..
log.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend.h logging: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
log_core.h logging: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
log_ctrl.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_frontend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_instance.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_msg.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_output.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00