Skip to content

Commit

Permalink
Fix SerialPort SignalLevelsInverted not being honored (nanoframework#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikmog authored and TerryFogg committed Dec 3, 2024
1 parent 17c9364 commit b852a1c
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 b852a1c

Please sign in to comment.