[rtems commit] bsp_howto: Fix ASCII figure.

Chris Johns chrisj at rtems.org
Fri Oct 28 16:15:03 UTC 2016


Module:    rtems
Branch:    master
Commit:    4e71fe26875dcde8258e6edc305c6f36d9811520
Changeset: http://git.rtems.org/rtems/commit/?id=4e71fe26875dcde8258e6edc305c6f36d9811520

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Oct 28 09:14:59 2016 -0700

bsp_howto: Fix ASCII figure.

---

 bsp_howto/initilization_code.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/bsp_howto/initilization_code.rst b/bsp_howto/initilization_code.rst
index fb491cf..5899bb2 100644
--- a/bsp_howto/initilization_code.rst
+++ b/bsp_howto/initilization_code.rst
@@ -313,17 +313,17 @@ When the microprocessor accesses a memory area, address decoding is handled by
 an address decoder, so that the microprocessor knows which memory chip(s) to
 access.  The following figure illustrates this:
 
-.. code-block::
-
-                        +-------------------+
-            ------------|                   |
-            ------------|                   |------------
-            ------------|      Address      |------------
-            ------------|      Decoder      |------------
-            ------------|                   |------------
-            ------------|                   |
-                        +-------------------+
-    CPU Bus                                   Chip Select
+.. code-block:: c
+
+                +-------------------+
+    ------------|                   |
+    ------------|                   |------------
+    ------------|      Address      |------------
+    ------------|      Decoder      |------------
+    ------------|                   |------------
+    ------------|                   |
+                +-------------------+
+    CPU Bus                            Chip Select
 
 The Chip Select registers must be programmed such that they match the
 ``linkcmds`` settings. In the gen68340 BSP, ROM and RAM addresses can be found




More information about the vc mailing list