Skip to content

Commit 38e38b9

Browse files
committed
remove redundant comment
1 parent 632b326 commit 38e38b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/stm32f4/common-hal/analogio/AnalogOut.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
#include "stm32f4xx_hal.h"
4141

4242
//DAC is shared between both channels.
43-
//TODO: store as struct with channel info, automatically turn it off if unused
44-
//on both channels for power save?
4543
#if HAS_DAC
4644
DAC_HandleTypeDef handle;
4745
#endif

0 commit comments

Comments
 (0)