diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-14 15:40:42 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-14 15:40:42 -0400 |
commit | 3bf6e0327aa3cd93939f6596a5ff84af580c9cc5 (patch) | |
tree | ba416e6f95705488b5c894a4e3d668995078ddf5 | |
parent | 62346e9b69ff13cb7d48568fbad4fbed7e781327 (diff) | |
download | librambutan-3bf6e0327aa3cd93939f6596a5ff84af580c9cc5.tar.gz librambutan-3bf6e0327aa3cd93939f6596a5ff84af580c9cc5.zip |
gpio.h: Fix zero/oh comment mixup.
-rw-r--r-- | libmaple/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/gpio.h b/libmaple/gpio.h index 6c5be1f..006b622 100644 --- a/libmaple/gpio.h +++ b/libmaple/gpio.h @@ -27,7 +27,7 @@ /** * @file gpio.h * - * @brief General purpose I/0 (GPIO) and Alternate Function I/O + * @brief General purpose I/O (GPIO) and Alternate Function I/O * (AFIO) prototypes, defines, and inlined access functions. */ |