aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io_stdio
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2020-06-15 16:30:40 -0700
committerWyatt Hepler <hepler@google.com>2020-06-16 10:00:17 -0700
commita761e32bf952bf765cfa00acb56df17db7232417 (patch)
tree3c858e18f51475a4fe22efd69701d6c1f8458f1a /pw_sys_io_stdio
parent48d58a095fcd93919e2199088cbea43b758f5aa3 (diff)
downloadpigweed-a761e32bf952bf765cfa00acb56df17db7232417.tar.gz
Update docs
First pass at docs to bring them up to date with The Great GN Refactor. More to follow. Change-Id: I02dc977fcdc7bf3efa8fc9080282dee9b1455cdd
Diffstat (limited to 'pw_sys_io_stdio')
-rw-r--r--pw_sys_io_stdio/docs.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw_sys_io_stdio/docs.rst b/pw_sys_io_stdio/docs.rst
index d4c195448..31a9357e1 100644
--- a/pw_sys_io_stdio/docs.rst
+++ b/pw_sys_io_stdio/docs.rst
@@ -26,8 +26,7 @@ Setup
This module requires relatively minimal setup:
1. Write code against the ``pw_sys_io`` facade.
- 2. Specify the ``dir_pw_sys_io_backend`` GN global variable to point to this
- backend.
+ 2. Direct the ``pw_sys_io_BACKEND`` GN build arg to point to this backend.
Module usage
============