mirror of https://github.com/xemu-project/xemu.git
Fix period initialization
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
6f725c139a
commit
aea867478c
|
@ -84,7 +84,7 @@ static struct {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
.period = { .ticks = 250 },
|
.period = { .hertz = 250 },
|
||||||
.plive = 0,
|
.plive = 0,
|
||||||
.log_to_monitor = 0,
|
.log_to_monitor = 0,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue