From 42628500592b4f954be55a84c25f34f0c72a37ac Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 28 May 2016 01:27:19 -0400 Subject: [PATCH] doc: arduino_due: fixed alignment of code sections Change-Id: Ia7eec225f00ecbcde3c77509d90bba06865b7720 Signed-off-by: Anas Nashif --- doc/board/arduino_due.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/board/arduino_due.rst b/doc/board/arduino_due.rst index e0413070033..afa83145a73 100644 --- a/doc/board/arduino_due.rst +++ b/doc/board/arduino_due.rst @@ -141,7 +141,7 @@ To build the bossa tool, follow these steps: #. Checkout the bossa tool's code from the repository. - .. code-block:: console + .. code-block:: console $ git clone https://github.com/shumatech/BOSSA.git $ 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 work with Arduino Due. - .. code-block:: console + .. code-block:: console $ git checkout arduino #. Build the command line version of the bossa tool. - .. code-block:: console + .. code-block:: console $ make bin/bossac