| commit | 57a5b86b7f4ce700e93ceda053e2117876f015fe | [log] [tgz] |
|---|---|---|
| author | Jeppe Odgaard <jeppe.odgaard@prevas.dk> | Fri Oct 17 11:20:38 2025 +0200 |
| committer | Johan Hedberg <johan.hedberg@gmail.com> | Fri Oct 17 17:01:30 2025 +0300 |
| tree | 24bd15c0fe9a39e67eb4caf4a0076b61b04dc78b | |
| parent | f30ae377cc8487ce036b8f0de486453ac747984f [diff] |
debug: thread_analyzer: replace #if IS_ENABLED Use of IS_ENABLED in a #if statement is discouraged. Replace with #ifdef. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>