diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 23:01:22 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-06 23:01:22 -0400 |
commit | 04dec42bfb11f802c0b5ca2181f3fb57804dca51 (patch) | |
tree | e4a83eda65e03d4e32138e874a95a3034207fcc5 /source/libmaple.rst | |
parent | e897ca969ae49179806f25d0492e118b5c90a8ad (diff) | |
download | librambutan-04dec42bfb11f802c0b5ca2181f3fb57804dca51.tar.gz librambutan-04dec42bfb11f802c0b5ca2181f3fb57804dca51.zip |
libmaple.rst: cosmetic tweak.
libmaple proper isn't purely C; it contains some assembly, for instance.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/libmaple.rst')
-rw-r--r-- | source/libmaple.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/libmaple.rst b/source/libmaple.rst index b06e73e..0517f44 100644 --- a/source/libmaple.rst +++ b/source/libmaple.rst @@ -15,8 +15,8 @@ libraries written for the `Arduino <http://arduino.cc>`_ and `Wiring .. _libmaple-vs-wirish: -libmaple is split into two pieces: a lower level layer written in pure -C, which we call *libmaple proper* (in the `libmaple/ +libmaple is split into two pieces: a lower level layer written in C, +which we call *libmaple proper* (in the `libmaple/ <https://github.com/leaflabs/libmaple/tree/master/libmaple>`_ directory of the source repository), and the Wiring-style C++ API written on top of it, called *Wirish* (in `wirish/ |