|
openaliro
Aliro reader: UWB/CCC core and ESP32-S3/C5/C6 port
|
— Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE. More...
#include <stddef.h>#include <stdint.h>#include "woz_log.h"Go to the source code of this file.
Macros | |
| #define | WOZ_TRACE(stage, fmt, ...) |
| No-op trace macro (if(0)-guarded) that still type-checks its arguments. | |
Functions | |
| static const char * | woz_trace_hex8 (char buf[WOZ_TRACE_HEX8_LEN], const uint8_t *bytes, size_t len) |
Stub that touches buf and bytes so neither becomes unused. | |
— Structured [WOZ_TRACE] emit helpers, gated on CONFIG_WOZ_E2E_TRACE.