"At least it builds, now"

This commit is contained in:
furrtek 2016-02-05 17:40:14 +01:00
parent 8009a9b543
commit c81ba5be8e
27 changed files with 112 additions and 88 deletions

View file

@ -107,14 +107,17 @@ private:
Checkbox checkbox_lsb {
{ 8, 150 },
9,
"LSB first"
};
Checkbox checkbox_parity {
{ 8, 180 },
11,
"Even parity"
};
Checkbox checkbox_datasize {
{ 8, 210 },
6,
"8 bits"
};