Skip to content
Snippets Groups Projects
Commit e67c8e15 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix compile-breaking typos in last commit

parent 9266b997
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ struct uart {
.scratch_reg = 0,
.divisor_latch_lsb = 0x03, /* 38400 */
.divisor_latch_msb = 0x00,
.fifo_enabled = 0
.virtualize = FALSE;
.fifo_enabled = 0,
.virtualize = FALSE
}, uart;
// Notice: re-initialize global variables in VDDInitialize for NTVDMx64 and pre-Vista versions of Windows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment