From 2b2a2cad683d7b81d50ca540dda3a8097031776c Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Wed, 26 May 2021 18:27:39 +0300 Subject: [PATCH] samples: tensorflow: Fix sample path Otherwise documentation mentions wrong path in the "west" options. Signed-off-by: Alexey Brodkin --- samples/modules/tensorflow/hello_world/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/modules/tensorflow/hello_world/README.rst b/samples/modules/tensorflow/hello_world/README.rst index 9abe7b1800c..428e3df881f 100644 --- a/samples/modules/tensorflow/hello_world/README.rst +++ b/samples/modules/tensorflow/hello_world/README.rst @@ -34,7 +34,7 @@ on any sensors. This application can be built and executed on QEMU as follows: .. zephyr-app-commands:: - :zephyr-app: samples/tensorflow/hello_world + :zephyr-app: samples/modules/tensorflow/hello_world :host-os: unix :board: qemu_x86 :goals: run