remove redundant comment

This commit is contained in:
Hierophect 2019-11-04 17:20:10 -05:00
parent 632b3267dc
commit 38e38b9f8d

View File

@ -40,8 +40,6 @@
#include "stm32f4xx_hal.h"
//DAC is shared between both channels.
//TODO: store as struct with channel info, automatically turn it off if unused
//on both channels for power save?
#if HAS_DAC
DAC_HandleTypeDef handle;
#endif