Skip to content

Commit 2da65f6

Browse files
committed
fix C&P Fail
1 parent 9e142f0 commit 2da65f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/esp8266com/esp8266/cores/esp8266/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void ICACHE_FLASH_ATTR uart_uninit(uart_t* uart) {
323323
PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO2_U, FUNC_GPIO2);
324324
break;
325325
case 15:
326-
PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDO_U, FUNC_GPIO2);
326+
PIN_FUNC_SELECT(PERIPHS_IO_MUX_MTDO_U, FUNC_GPIO15);
327327
break;
328328
}
329329

0 commit comments

Comments
 (0)