Skip to content

Commit

Permalink
Fix debug function trancer for some configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mlesniew committed Aug 3, 2024
1 parent dd3635a commit f49428c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PicoMQTT/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class FunctionTracer {

}

#define TRACE_FUNCTION FunctionTracer _function_tracer(__PRETTY_FUNCTION__);
#define TRACE_FUNCTION PicoMQTT::FunctionTracer _function_tracer(__PRETTY_FUNCTION__);

#else

Expand Down

0 comments on commit f49428c

Please sign in to comment.