Option to use raw digipot values (#17536)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
#include "libs/buzzer.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(DIGIPOT_I2C)
|
||||
#if HAS_I2C_DIGIPOT
|
||||
#include "feature/digipot/digipot.h"
|
||||
#endif
|
||||
|
||||
@@ -1070,7 +1070,7 @@ void setup() {
|
||||
SETUP_RUN(enableStepperDrivers());
|
||||
#endif
|
||||
|
||||
#if ENABLED(DIGIPOT_I2C)
|
||||
#if HAS_I2C_DIGIPOT
|
||||
SETUP_RUN(digipot_i2c_init());
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user