diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-13 23:48:56 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-13 23:48:56 -0400 |
commit | 57f21c8c3a0bd540fd0894a10917e77398ef38b8 (patch) | |
tree | 9b7e79add61497d48bab6137da23cad8e2d9c792 | |
parent | f3c392a0ce87823f740dabf7180d6387ec370ca5 (diff) | |
download | librambutan-57f21c8c3a0bd540fd0894a10917e77398ef38b8.tar.gz librambutan-57f21c8c3a0bd540fd0894a10917e77398ef38b8.zip |
arduino-compatibility: Grammar fix.
-rw-r--r-- | source/arduino-compatibility.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/arduino-compatibility.rst b/source/arduino-compatibility.rst index 3f6fef1..b564e78 100644 --- a/source/arduino-compatibility.rst +++ b/source/arduino-compatibility.rst @@ -15,7 +15,7 @@ Overview The biggest difference between the Maple and most Arduino boards is that the Maple uses a 32-bit ARM Cortex-M3 architecture chip, while the Arduinos have 8-bit Atmel AVR chips. The different instruction set -means that machine code (which makes up executable binary program) is +means that machine code (which makes up executable binary programs) is incompatible between the two, and a different compiler (actually just a different version of `gcc <http://gcc.gnu.org/>`_) is required. |