diff --git a/Core/Src/main.c b/Core/Src/main.c index 7ae44a0..3ab19f6 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -300,7 +300,7 @@ int main(void) HAL_DAC_Start(&hdac1, DAC_CHANNEL_1); - HAL_COMP_Start(&hcomp1); + //HAL_COMP_Start(&hcomp1); HAL_COMP_Start(&hcomp4); HAL_OPAMP_Start(&hopamp1);