diff options
Diffstat (limited to 'extmod/machine_i2c.c')
| -rw-r--r-- | extmod/machine_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/machine_i2c.c b/extmod/machine_i2c.c index 3563b3243..44e692130 100644 --- a/extmod/machine_i2c.c +++ b/extmod/machine_i2c.c @@ -31,7 +31,7 @@ #include "py/mperrno.h" #include "py/mphal.h" #include "py/runtime.h" -#include "extmod/machine_i2c.h" +#include "extmod/modmachine.h" #define SOFT_I2C_DEFAULT_TIMEOUT_US (50000) // 50ms |
