We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d29b6 commit 785cf0aCopy full SHA for 785cf0a
src/current_sense/hardware_specific/stm32/b_g431/b_g431_hal.h
@@ -14,7 +14,9 @@ void MX_OPAMP1_Init(OPAMP_HandleTypeDef* hopamp);
14
void MX_OPAMP2_Init(OPAMP_HandleTypeDef* hopamp);
15
void MX_OPAMP3_Init(OPAMP_HandleTypeDef* hopamp);
16
17
-#define OPAMP_USE_INTERNAL_CHANNEL
+#ifndef OPAMP_USE_INTERNAL_CHANNEL
18
+ #define OPAMP_USE_INTERNAL_CHANNEL 1
19
+#endif
20
#endif
21
22
0 commit comments