Save lots of PROGMEM, ~20b SRAM with DIGIPOT_I2C
This commit is contained in:
@@ -782,7 +782,7 @@ extern "C" {
|
||||
#endif // !SDSUPPORT
|
||||
|
||||
#if ENABLED(DIGIPOT_I2C)
|
||||
extern void digipot_i2c_set_current(int channel, float current);
|
||||
extern void digipot_i2c_set_current(uint8_t channel, float current);
|
||||
extern void digipot_i2c_init();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user