From 0c662b908ec514575d03c32d3ebd91407e0f1f2f Mon Sep 17 00:00:00 2001 From: Gilberto Conti Date: Fri, 21 Nov 2025 18:04:52 +0100 Subject: [PATCH] samples: fix blink readme --- samples/blinky_arduino/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/blinky_arduino/README.rst b/samples/blinky_arduino/README.rst index 67027e573..a50c4b9f2 100644 --- a/samples/blinky_arduino/README.rst +++ b/samples/blinky_arduino/README.rst @@ -23,7 +23,7 @@ Building and Running Build and flash Blinky as follows, ```sh -$> west build -p -b arduino_nano_33_ble samples/basic/arduino-blinky/ -DZEPHYR_EXTRA_MODULES=/home/$USER/zephyrproject/modules/lib/Arduino-Core-Zephyr +$> west build -p -b arduino_nano_33_ble samples/blinky_arduino/ -DZEPHYR_EXTRA_MODULES=/home/$USER/zephyrproject/modules/lib/Arduino-Core-Zephyr $> west flash --bossac=/home/$USER/.arduino15/packages/arduino/tools/bossac/1.9.1-arduino2/bossac ```