Hi Patrick,
On Thu, 30 Jun 2022 at 11:33, Patrick Delaunay
wrote:
>
> When CONFIG_LOG is activated, if LOG_DEBUG is defined in a file and
> DEBUG is not defined the trace with debug() macro are not displayed,
> because the parameter cond : _DEBUG = 0 is checked in debug_cond().
>
> With this patc
When CONFIG_LOG is activated, if LOG_DEBUG is defined in a file and
DEBUG is not defined the trace with debug() macro are not displayed,
because the parameter cond : _DEBUG = 0 is checked in debug_cond().
With this patch the define DEBUG, used to force the trace generated by
debug() macro, is link
2 matches
Mail list logo