diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-05-29 08:08:26 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-05-29 08:08:26 +0000 |
| commit | 398b759d11c5c64c935cd2bc5a3153af90f89724 (patch) | |
| tree | 0dede6a3b20f65700d3570adb68cf377c9977f23 /LUFA/Drivers/Board/LEDs.h | |
| parent | b0e11243307044fe16492d8c63f775ae335a7d2d (diff) | |
Fix spacing of the function parameter descriptions in the Doxygen documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1289 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/LEDs.h')
| -rw-r--r-- | LUFA/Drivers/Board/LEDs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Board/LEDs.h b/LUFA/Drivers/Board/LEDs.h index 5e6a4cd3..f34041e2 100644 --- a/LUFA/Drivers/Board/LEDs.h +++ b/LUFA/Drivers/Board/LEDs.h @@ -167,7 +167,7 @@ /** Toggles all LEDs in the LED mask, leaving all others in their current states. * - * \param[in] LEDMask Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file) + * \param[in] LEDMask Mask of the board LEDs to manipulate (see board-specific LEDs.h driver file) */ static inline void LEDs_ToggleLEDs(const uint8_t LEDMask); |
