We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34f4d6 commit cf1d9fdCopy full SHA for cf1d9fd
cores/esp8266/core_esp8266_si2c.cpp
@@ -148,8 +148,8 @@ class Twi
148
void attachSlaveRxEvent(void (*function)(uint8_t*, size_t));
149
void attachSlaveTxEvent(void (*function)(void));
150
void ICACHE_RAM_ATTR reply(uint8_t ack);
151
- inline void ICACHE_RAM_ATTR stop(void);
152
- inline void ICACHE_RAM_ATTR releaseBus(void);
+ void ICACHE_RAM_ATTR stop(void);
+ void ICACHE_RAM_ATTR releaseBus(void);
153
void enableSlave();
154
};
155
0 commit comments