fix documentation

This commit is contained in:
King Kévin 2016-05-01 15:11:33 +02:00
parent 1ebbb4f96b
commit efaf85e3ab
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@
* *
*/ */
/** @brief library to drive a WS2812b LED chain (code) /** @brief library to drive a WS2812b LED chain (code)
* @file led_led_ws2812b.c * @file led_ws2812b.c
* @author King Kévin <kingkevin@cuvoodoo.info> * @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016 * @date 2016
* @note peripherals used: SPI @ref led_led_ws2812b_spi, timer @ref led_led_ws2812b_timer, DMA @ref led_led_ws2812b_dma * @note peripherals used: SPI @ref led_ws2812b_spi, timer @ref led_ws2812b_timer, DMA @ref led_ws2812b_dma
*/ */
/* standard libraries */ /* standard libraries */