From d70af49f021da7da497b45b18c4fea73cfbd3cb7 Mon Sep 17 00:00:00 2001
From: Marti Bolivar <mbolivar@leaflabs.com>
Date: Wed, 6 Apr 2011 13:57:30 -0400
Subject: USART refactor.

---
 source/lang/api/serial.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/source/lang/api/serial.rst b/source/lang/api/serial.rst
index 58002e3..29c70a2 100644
--- a/source/lang/api/serial.rst
+++ b/source/lang/api/serial.rst
@@ -12,6 +12,9 @@ devices.
 Introduction
 ------------
 
+.. FIXME remove Maple-specific documentation
+.. FIXME Serial4, Serial5 updates for high-density devices
+
 The Maple has three serial ports (also known as a UARTs or USARTs):
 ``Serial1``, ``Serial2``, and ``Serial3``. They communicate using the
 pins summarized in the following table:
@@ -221,7 +224,7 @@ Arduino Compatibility Note
 Unlike the Arduino, none of the Maple's serial ports is connected to
 the USB port on the Maple board (for that, use :ref:`SerialUSB
 <lang-serialusb>`).  Thus, to use these pins to communicate with your
-personal computer, you will need an additional USB-to-serial adaptor.
+personal computer, you will need an additional USB-to-serial adapter.
 
 .. TODO LATER port these examples over
 
-- 
cgit v1.2.3