From 57f21c8c3a0bd540fd0894a10917e77398ef38b8 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Mon, 13 Jun 2011 23:48:56 -0400 Subject: arduino-compatibility: Grammar fix. --- source/arduino-compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_) is required. -- cgit v1.2.3