Browse Source

Fix Mightyboard build (#17537)

Axel 5 years ago
parent
commit
c834b313a5
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/feature/digipot/digipot_mcp4018.cpp

+ 0
- 1
Marlin/src/feature/digipot/digipot_mcp4018.cpp View File

@@ -25,7 +25,6 @@
25 25
 #if BOTH(DIGIPOT_I2C, DIGIPOT_MCP4018)
26 26
 
27 27
 #include <Stream.h>
28
-#include <utility/twi.h>
29 28
 #include <SlowSoftI2CMaster.h>  //https://github.com/stawel/SlowSoftI2CMaster
30 29
 
31 30
 // Settings for the I2C based DIGIPOT (MCP4018) based on WT150

Loading…
Cancel
Save