samples: data_structures: Fix the incorrect sample path in README
Change `samples/lib/mini_heap` to the actual path `samples/data_structures/mini_heap`. Signed-off-by: James Roy <rruuaanng@outlook.com>
This commit is contained in:
@@ -18,7 +18,7 @@ To build and run this sample on a supported board:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
west build -b <your_board> samples/lib/min_heap
|
||||
west build -b <your_board> samples/data_structures/min_heap
|
||||
west flash
|
||||
|
||||
Replace ``<your_board>`` with your actual board name (e.g., ``native_sim``).
|
||||
|
||||
Reference in New Issue
Block a user