zephyr/samples/data_structures/min-heap/prj.conf
Sayooj K Karun fc6f9e23ce samples: lib: min_heap: Add min-heap usage example
Introduce a simple sample application demonstrating the usage of the
min-heap API. The sample performs basic insert and remove operations
and logs the results to the console.

Signed-off-by: Sayooj K Karun <sayooj@aerlync.com>
2025-06-07 13:29:24 +01:00

3 lines
31 B
Plaintext

CONFIG_LOG=y
CONFIG_MIN_HEAP=y