summaryrefslogtreecommitdiffstats
path: root/bsp_howto/discrete.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bsp_howto/discrete.rst')
-rw-r--r--bsp_howto/discrete.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsp_howto/discrete.rst b/bsp_howto/discrete.rst
index c5ce450..c358ee1 100644
--- a/bsp_howto/discrete.rst
+++ b/bsp_howto/discrete.rst
@@ -76,12 +76,12 @@ to configure an discrete I/O board:
*relay_initial_values*
is an array of the values that should be written to each output
word on the board during initialization. This allows the driver
- to start with the board’s output in a known state.
+ to start with the board's output in a known state.
Initialize a Discrete I/O Board
===============================
-At system initialization, the discrete I/O driver’s initialization entry point
+At system initialization, the discrete I/O driver's initialization entry point
will be invoked. As part of initialization, the driver will perform
whatever board initializatin is required and then set all
outputs to their configured initial state.