Skip to content

Commit

Permalink
nanoframework#1480 Serial port broken on XIAO ESP32C3 after upgrade f…
Browse files Browse the repository at this point in the history
…rom 1.9.1.7
  • Loading branch information
mikmog committed Jul 31, 2024
1 parent fe88b98 commit 074c386
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,6 @@ HRESULT Library_sys_io_ser_native_System_IO_Ports_SerialPort::NativeInit___VOID(
palUart->TxOngoingCount = 0;
palUart->RxBytesToRead = 0;
palUart->NewLineChar = 0;
palUart->SignalLevelsInverted = 0;

// Install driver
esp_err = uart_driver_install(
Expand Down

0 comments on commit 074c386

Please sign in to comment.