Skip to content

Commit b854e0d

Browse files
committed
Minor refactoring
Renaming, adding static keyword
1 parent 5eb0573 commit b854e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/core_esp8266_si2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ void ICACHE_RAM_ATTR twi_onTwipEvent(uint8_t status)
579579
// request for txBuffer to be filled and length to be set
580580
// note: user must call twi_transmit(bytes, length) to do this
581581
//twi_onSlaveTransmit();
582-
ets_post(TASK_QUEUE_PRIO, TWI_SIG_TX, 0);
582+
ets_post(EVENTTASK_QUEUE_PRIO, TWI_SIG_TX, 0);
583583

584584
// if they didn't change buffer & length, initialize it
585585
if(false) { //0 == twi_txBufferLength){

0 commit comments

Comments
 (0)