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 | 33f8dc88d88d28a6d861d43e3670b6813a0bd256 (patch) | |
| tree | ba416e6f95705488b5c894a4e3d668995078ddf5 /libmaple | |
| parent | 76b9fd0a7b9dd3b09f16aeb5ff98d57df2a86386 (diff) | |
gpio.h: Fix zero/oh comment mixup.
Diffstat (limited to 'libmaple')
| -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. */ |
