stm32f429i-disc1: Fix out directory path
Changes references to `out/disco` to just be `out` to match the new
world.
Change-Id: If54f889c179db77ac4304fbcd5cf072a6f0eb331
diff --git a/targets/stm32f429i-disc1/target_docs.rst b/targets/stm32f429i-disc1/target_docs.rst
index b2d897b..48f64ab 100644
--- a/targets/stm32f429i-disc1/target_docs.rst
+++ b/targets/stm32f429i-disc1/target_docs.rst
@@ -26,7 +26,7 @@
Run a unit test
---------------
-If using ``out/disco`` as a build directory, tests will be located in
+If using ``out`` as a build directory, tests will be located in
``out/stm32f429i/obj/[module name]/[test_name].elf``. To run these on device,
the stm32f429i-disc1 target provides a helper script that flashes the test to a
device and then runs it.
@@ -91,7 +91,7 @@
.. code:: sh
- $ gn args out/disco
+ $ gn args out
# Modify and save the args file to use pw_target_runner.
pw_use_test_server = true