eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Make LF the default for UART eol characters #279

Closed AdhamRagabMCHP closed 1 year ago

AdhamRagabMCHP commented 1 year ago

This fixes a bug introduced by #271 where the EOL character for UART output should have been LF, but was instead CRLF. See https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/pull/91 for comments on this.

AdhamRagabMCHP commented 1 year ago

Just updated it to resolve the Prettier formatting error.