diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-07 19:56:30 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-16 13:23:38 -0400 |
commit | 431fdc56b59af4d39d9f1a2b2658ec500ccc8f4e (patch) | |
tree | eeb0404523fae69f736b5a5c4bca6454a0d17069 /source/libmaple/overview.rst | |
parent | 85f9fb144a06543290ef9866fa0e76bc6a4f6ad9 (diff) | |
download | librambutan-431fdc56b59af4d39d9f1a2b2658ec500ccc8f4e.tar.gz librambutan-431fdc56b59af4d39d9f1a2b2658ec500ccc8f4e.zip |
libmaple/overview.rst: Fix typo.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/libmaple/overview.rst')
-rw-r--r-- | source/libmaple/overview.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libmaple/overview.rst b/source/libmaple/overview.rst index 4d387c6..c513393 100644 --- a/source/libmaple/overview.rst +++ b/source/libmaple/overview.rst @@ -420,7 +420,7 @@ results of ADC conversion are stored), you would write:: Register Bit Definitions ------------------------ -In ``<libmpale/foo.h>``, there will also be a variety of ``#define``\ +In ``<libmaple/foo.h>``, there will also be a variety of ``#define``\ s for dealing with interesting bits in the xxx registers, called *register bit definitions*. In keeping with the ST reference manuals, these are named according to the scheme ``FOO_REG_FIELD``, where |