fix: remove completed todo

This commit is contained in:
King Kévin 2016-04-04 19:15:44 +02:00
parent 56c2a8ce92
commit d91507f63e
4 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016
* @note peripherals used: SPI @ref led_ws2812b_spi, timer @ref led_ws2812b_timer, DMA @ref led_ws2812b_dma
* @todo improve ws2812b_set_rgb speed
*/
/* standard libraries */

View File

@ -16,6 +16,7 @@
* @file rtc_ds1307.c
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016
* @note user RAM is not handled
* @note peripherals used: I2C @ref rtc_ds1307_i2c, GPIO @ref rtc_ds1307_square_wave
*/

View File

@ -16,7 +16,7 @@
* @file rtc_ds1307.h
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016
* @todo user RAM is not handled
* @note user RAM is not handled
* @note peripherals used: I2C @ref rtc_ds1307_i2c, GPIO @ref rtc_ds1307_square_wave
*/
#pragma once

View File

@ -17,7 +17,6 @@
* @author King Kévin <kingkevin@cuvoodoo.info>
* @date 2016
* @note peripherals used: USART @ref usart
* @todo fix ring buffer racing (interrupt vs software)
*/
/* standard libraries */