zephyr/samples/modules/tflite-micro
Keith Packard 32452dfb05 samples/tflite-micro: Include <cstdint> before using uint8_t
inference_process.hpp depended on the C library implicitly including
stdint.h through some path, which is not defined behavior. Explicitly
include <cstdint> to ensure that uint8_t is defined.

Signed-off-by: Keith Packard <keithp@keithp.com>
2025-06-17 16:06:21 +02:00
..
hello_world
magic_wand
tflm_ethosu samples/tflite-micro: Include <cstdint> before using uint8_t 2025-06-17 16:06:21 +02:00
tflite-micro.rst