Fix spacing of the function parameter descriptions in the Doxygen documentation.

This commit is contained in:
Dean Camera 2010-05-29 08:08:26 +00:00
parent c1daecf18b
commit 328ed71ce7
21 changed files with 163 additions and 163 deletions

View file

@ -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);