samples: boards: st: fix command path in README

command path is wrong, pointing to basic blinky sample

Signed-off-by: Vixay Phimmasane <visuphi@gmail.com>
This commit is contained in:
Vixay Phimmasane 2025-04-11 09:47:39 +02:00 committed by Benjamin Cabé
commit 5721815cab

View file

@ -31,7 +31,7 @@ Building and Running
Build and flash Blinky as follows, changing ``stm32l562e_dk`` for your board:
.. zephyr-app-commands::
:zephyr-app: samples/basic/blinky
:zephyr-app: samples/boards/st/power_mgmt/blinky
:board: stm32l562e_dk
:goals: build flash
:compact: