]> sigrok.org Git - libsigrok.git/commit
serial: rephrase check for speed (bitrate) in parameter string routine
authorGerhard Sittig <redacted>
Sun, 20 Sep 2020 07:38:45 +0000 (09:38 +0200)
committerGerhard Sittig <redacted>
Sun, 20 Sep 2020 08:42:54 +0000 (10:42 +0200)
commitb1184024fed838ec67d3cb2de097b66b6c48d9c7
tree1e6cc389665fc3df81aac9d4089c3d905f4e11a2
parent400bc4ffabc40c438fb5eb2210cf289aebac2a9e
serial: rephrase check for speed (bitrate) in parameter string routine

Use positive logic, put the error path for an unavailable value where
the check for its availability is. Do the regular activity on available
values in the straight code path with lesser indentation. Also group the
bitrate, frame format, and handshake params when breaking text lines.
src/serial.c