mirror of
https://github.com/feelfreelinux/ds18b20.git
synced 2025-12-06 02:30:39 -08:00
corrected import of esp32/rom/ets_sys.h
Corrected deprecated location of import of rom/ets_sys.h to esp32/rom/ets_sys.h
This commit is contained in:
parent
faa114d6a1
commit
4cc87cc8da
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/task.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "esp32/rom/ets_sys.h"
|
||||
#include "ds18b20.h"
|
||||
|
||||
// OneWire commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue