doc: arduino_due: fixed alignment of code sections

Change-Id: Ia7eec225f00ecbcde3c77509d90bba06865b7720
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-05-28 01:27:19 -04:00 committed by Anas Nashif
commit 4262850059

View file

@ -141,7 +141,7 @@ To build the bossa tool, follow these steps:
#. Checkout the bossa tool's code from the repository. #. Checkout the bossa tool's code from the repository.
.. code-block:: console .. code-block:: console
$ git clone https://github.com/shumatech/BOSSA.git $ git clone https://github.com/shumatech/BOSSA.git
$ cd BOSSA $ cd BOSSA
@ -149,13 +149,13 @@ To build the bossa tool, follow these steps:
#. Checkout the arduino branch. The code on the master branch does not #. Checkout the arduino branch. The code on the master branch does not
work with Arduino Due. work with Arduino Due.
.. code-block:: console .. code-block:: console
$ git checkout arduino $ git checkout arduino
#. Build the command line version of the bossa tool. #. Build the command line version of the bossa tool.
.. code-block:: console .. code-block:: console
$ make bin/bossac $ make bin/bossac