mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Resolve magic constant.
This commit is contained in:
parent
bda1783624
commit
a0fdd8f4eb
@ -449,7 +449,7 @@ struct InputOutputController {
|
||||
{
|
||||
irq_a_.status = IRQA::SetAlways | IRQA::PowerOnReset;
|
||||
irq_b_.status = 0x00;
|
||||
fiq_.status = 0x80; // 'set always'.
|
||||
fiq_.status = FIQ::SetAlways;
|
||||
|
||||
i2c_.add_peripheral(&cmos_, 0xa0);
|
||||
update_interrupts();
|
||||
|
Loading…
Reference in New Issue
Block a user