diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 17:27:05 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-28 17:29:43 -0400 |
| commit | 50ee2097b3b303fb4489171af8e61ab98de96379 (patch) | |
| tree | f152f124a241c76f38906354dbd0ccade2c138e6 /libmaple/stm32f2/include/series | |
| parent | 11c79ef89f30ae40fd76c05c84aa626e73e3a070 (diff) | |
Doxygen hacks and fixups.
- Shut Doxygen up in various places
- Fix some genuine docs bugs
- Ignore sources we're not responsible for
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/stm32f2/include/series')
| -rw-r--r-- | libmaple/stm32f2/include/series/gpio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmaple/stm32f2/include/series/gpio.h b/libmaple/stm32f2/include/series/gpio.h index 1496e8e..4d0d98c 100644 --- a/libmaple/stm32f2/include/series/gpio.h +++ b/libmaple/stm32f2/include/series/gpio.h @@ -222,7 +222,7 @@ void gpio_set_modef(struct gpio_dev *dev, * default speed. * * @param dev GPIO device. - * @param pin Pin on the device whose mode to set, 0--15. + * @param bit Bit on the device whose mode to set, 0--15. * @param mode Mode to set the pin to. */ static inline void gpio_set_mode(struct gpio_dev *dev, |
