serial: Fix compilation with Qt

This commit is contained in:
Cacodemon345
2023-02-15 21:37:20 +06:00
parent 9d59f72f0b
commit f4d985b3da
2 changed files with 3 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ typedef struct serial_s {
fifo_enabled, rcvr_fifo_len, bits, data_bits,
baud_cycles, rcvr_fifo_full, txsr, out, msr_set, pad, pad0, pad1;
uint16_t dlab, base_address, out_new, new;
uint16_t dlab, base_address, out_new;
uint8_t rcvr_fifo_pos, xmit_fifo_pos,
rcvr_fifo_end, xmit_fifo_end,