UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

Update function name in mcp23x17.c to match the one in the header #536

Closed oisalb closed 1 year ago

oisalb commented 1 year ago

The mcp23x17.h file defines a function called mcp23x17_free_desc_spi, but the corresponding implementation in the mcp23x17.c file referred to it as mcp23x17_free_desc.

UncleRus commented 1 year ago

Thank you!