diff options
Diffstat (limited to 'drivers/dht/dht.c')
| -rw-r--r-- | drivers/dht/dht.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dht/dht.c b/drivers/dht/dht.c index 81754ac15..73afdee58 100644 --- a/drivers/dht/dht.c +++ b/drivers/dht/dht.c @@ -29,7 +29,7 @@ #include "py/runtime.h" #include "py/mperrno.h" #include "py/mphal.h" -#include "extmod/machine_pulse.h" +#include "extmod/modmachine.h" #include "drivers/dht/dht.h" // Allow the open-drain-high call to be DHT specific for ports that need it |
