]> sigrok.org Git - libsigrok.git/commitdiff
serial_libsp: move libserialport specific code to separate source file
authorGerhard Sittig <redacted>
Fri, 17 Mar 2017 21:15:37 +0000 (22:15 +0100)
committerUwe Hermann <redacted>
Sun, 2 Jun 2019 18:39:02 +0000 (20:39 +0200)
Introduce a new serial_libsp.c source file, and move code from serial.c
there which is specific to libserialport. Keep the existing serial.c API
in place, this is a pure internal refactoring.

Adjust a little whitespace while we are here. Rearrange long lines to
keep related parameter groups adjacent (like pointer and size, or UART
frame length and flow control). Consistently reduce indentation of
continuation lines.


No differences found