mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-26 01:44:17 +03:00
* change to make inline helpers truly inline [issue 6875] * pulled the inline helpers out of the TWI class [issue 6875] * removed some inlines causing issues [issue 6875] * removed 2 more inlines from slave timeout section [issue 6875] * removed 2 more inline attributes on public functions, moved twi_scl_valley up into the master section [issue 6875]