petrows / esp-32-tm1637

ESP-32 IDF library for control TM1637 LCD 7-Segment display
MIT License
21 stars 19 forks source link

Fix warning: deprecated include #6

Closed MeshAndrey closed 3 years ago

MeshAndrey commented 3 years ago

Fixed project build warning.

` In file included from esp-32-tm1637-example/components/esp-32-tm1637/tm1637.c:15: esp-idf/components/esp32/include/rom/ets_sys.h:1:2: warning: #warning rom/ets_sys.h is deprecated, please use esp32/rom/ets_sys.h instead [-Wcpp]

warning rom/ets_sys.h is deprecated, please use esp32/rom/ets_sys.h instead

`

petrows commented 3 years ago

Thanks a lot for your contribution!